fix: update script calls to use env variable for CURRENT_BRANCH_NAME

This commit is contained in:
github-actions[bot]
2025-10-27 16:55:19 +11:00
parent 3292a66898
commit ead72d4dda
3 changed files with 3 additions and 4 deletions

View File

@@ -45,4 +45,4 @@ jobs:
echo "Branch '$BRANCH_NAME' does not exist, proceeding..."
- name: Create release branch and update version
run: .github/scripts/create_release.sh "${{ steps.validate.outputs.version }}" "$CURRENT_BRANCH_NAME"
run: .github/scripts/create_release.sh "${{ steps.validate.outputs.version }}" "${{ env.CURRENT_BRANCH_NAME }}"