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