mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-07 04:49:36 +00:00
fix: update script calls to use env variable for CURRENT_BRANCH_NAME
This commit is contained in:
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
id: extract
|
||||
run: |
|
||||
# Extract version from branch name and validate against version.py
|
||||
.github/scripts/extract_version.sh "$CURRENT_BRANCH_NAME"
|
||||
.github/scripts/extract_version.sh "${{ env.CURRENT_BRANCH_NAME }}"
|
||||
|
||||
- name: Validate version format
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user