Skip to content

Commit

Permalink
Fix wrong gh action flag
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Aug 25, 2024
1 parent 92c5f6d commit 0d76598
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 @@ -21,4 +21,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${GITHUB_REF#refs/tags/} --genereate-notes
gh release create ${GITHUB_REF#refs/tags/} --generate-notes

0 comments on commit 0d76598

Please sign in to comment.