Skip to content

Commit 6d6d080

Browse files
⬆️ CI/CD: Updated
1 parent bcf5329 commit 6d6d080

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

0 commit comments

Comments
 (0)