Skip to content

Commit

Permalink
add generate notes parameter to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
nightblure committed Dec 2, 2024
1 parent 91c89de commit fbacdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
gh release create
'${{ github.ref_name }}'
--repo '${{ github.repository }}'
--notes ""
--generate-notes""
- name: Upload artifact signatures to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit fbacdd3

Please sign in to comment.