Skip to content

Commit cb8677a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/candidate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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: |
2525
echo ${BRANCH_NAME}
2626
gh release create ${BRANCH_NAME##*/} \

0 commit comments

Comments
 (0)