Skip to content

Commit 0f75008

Browse files
⬆️ CI/CD: Updated
1 parent ba29f90 commit 0f75008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/candidate-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: Create release
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
BRANCH_NAME: ${{ github.ref_name }}
23+
BRANCH_NAME: ${{ github.ref_name##*/ }}
2424
run: |
25-
echo ${BRANCH_NAME##*/}
25+
echo ${BRANCH_NAME}
2626
gh release create ${BRANCH_NAME##*/} \
2727
--repo="$GITHUB_REPOSITORY" \
2828
--title="${BRANCH_NAME##*/}" \

0 commit comments

Comments
 (0)