Skip to content

Commit 780d01b

Browse files
authored
Merge pull request #59 from themr0c/fix-release-yaml
2 parents 0164428 + cd7aa14 commit 780d01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
run: |
1515
cd .vale/styles
1616
zip -r RedHat.zip RedHat
17-
gh release create "v${{ env.GITHUB_RUN_NUMBER }}" 'RedHat.zip'
17+
gh release create v$GITHUB_RUN_NUMBER 'RedHat.zip'
1818
env:
1919
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)