We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b12f7 commit 4b9ce84Copy full SHA for 4b9ce84
.github/workflows/test-build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: GitHub Release
48
if: startsWith(github.ref, 'refs/tags/')
49
env:
50
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
- TAG_NAME: ${{ github.ref_name }}
+ GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ TAG_NAME: "${{ github.ref_name }}"
52
run: |
53
gh release create $env:TAG_NAME $env:Release_Name --title $env:TAG_NAME --generate-notes
0 commit comments