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 e1f509a commit cd7aa14Copy full SHA for cd7aa14
.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