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.
2 parents 0164428 + cd7aa14 commit 780d01bCopy full SHA for 780d01b
.github/workflows/release.yml
@@ -14,6 +14,6 @@ jobs:
14
run: |
15
cd .vale/styles
16
zip -r RedHat.zip RedHat
17
- gh release create "v${{ env.GITHUB_RUN_NUMBER }}" 'RedHat.zip'
+ gh release create v$GITHUB_RUN_NUMBER 'RedHat.zip'
18
env:
19
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments