There was an error while loading. Please reload this page.
2 parents 4f62ed3 + 9f08f7e commit bce6205Copy full SHA for bce6205
1 file changed
.github/workflows/publish-new-release.yml
@@ -33,9 +33,10 @@ jobs:
33
34
- name: Extract version from branch name (for release branches)
35
id: extract-version
36
+ env:
37
+ BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
38
run: |
- BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
- VERSION=${BRANCH_NAME#release/}
39
+ VERSION="${BRANCH_NAME#release/}"
40
echo "release_version=$VERSION" >> $GITHUB_OUTPUT
41
42
- name: Checkout source branch
0 commit comments