Skip to content

Commit cd7aa14

Browse files
committed
fix: release.yml
1 parent e1f509a commit cd7aa14

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)