Skip to content

Commit fffbb8b

Browse files
⬆️ CI/CD: Updated
1 parent 58757e3 commit fffbb8b

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
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
BRANCH_NAME: ${GITHUB_REF##*/}
2424
run: |
25-
echo $env:BRANCH_NAME
25+
echo $BRANCH_NAME
2626
gh release create $env:BRANCH_NAME \
2727
--repo="$GITHUB_REPOSITORY" \
2828
--title="$env:BRANCH_NAME" \

0 commit comments

Comments
 (0)