We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba29f90 commit 0f75008Copy full SHA for 0f75008
.github/workflows/candidate-release.yml
@@ -20,9 +20,9 @@ jobs:
20
- name: Create release
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
- BRANCH_NAME: ${{ github.ref_name }}
+ BRANCH_NAME: ${{ github.ref_name##*/ }}
24
run: |
25
- echo ${BRANCH_NAME##*/}
+ echo ${BRANCH_NAME}
26
gh release create ${BRANCH_NAME##*/} \
27
--repo="$GITHUB_REPOSITORY" \
28
--title="${BRANCH_NAME##*/}" \
0 commit comments