Skip to content

Commit 4222691

Browse files
⬆️ CI/CD: Updated
1 parent 75382f4 commit 4222691

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: $(echo ${GITHUB_REF##*/})
23+
BRANCH_NAME: ${{ $(echo ${GITHUB_REF##*/}) }}
2424
run: |
2525
echo $BRANCH_NAME
2626
gh release create $env:BRANCH_NAME \

0 commit comments

Comments
 (0)