Skip to content

Commit

Permalink
Fix GitHub release workflow (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky White authored Feb 12, 2024
1 parent 1515179 commit 9cb4df5
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 9cb4df5

Please sign in to comment.