Skip to content

Commit

Permalink
Merge pull request #59 from themr0c/fix-release-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c authored Oct 21, 2021
2 parents 0164428 + cd7aa14 commit 780d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
run: |
cd .vale/styles
zip -r RedHat.zip RedHat
gh release create "v${{ env.GITHUB_RUN_NUMBER }}" 'RedHat.zip'
gh release create v$GITHUB_RUN_NUMBER 'RedHat.zip'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 780d01b

Please sign in to comment.