Skip to content

Commit

Permalink
Fix release action (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky White authored Feb 12, 2024
1 parent 4f58fa5 commit 99a1215
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 @@ -86,7 +86,7 @@ jobs:
run: |
gh release create "${{ github.ref_name }}" \
--title "${{ github.ref_name }}" \
--repo "${{ github.repository }}"
--repo "${{ github.repository }}" \
--generate-notes
- name: Upload artifacts
Expand Down

0 comments on commit 99a1215

Please sign in to comment.