We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58757e3 commit fffbb8bCopy full SHA for fffbb8b
.github/workflows/candidate-release.yml
@@ -22,7 +22,7 @@ jobs:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
BRANCH_NAME: ${GITHUB_REF##*/}
24
run: |
25
- echo $env:BRANCH_NAME
+ echo $BRANCH_NAME
26
gh release create $env:BRANCH_NAME \
27
--repo="$GITHUB_REPOSITORY" \
28
--title="$env:BRANCH_NAME" \
0 commit comments