Skip to content

Commit

Permalink
Merge pull request #4 from oqc-community/al-github-release-cleanup
Browse files Browse the repository at this point in the history
Auto create title and notes when generating a release
  • Loading branch information
bgsach authored Oct 8, 2024
2 parents a245870 + bc31e1b commit c29137d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ jobs:
gh release create
'${{ github.ref_name }}'
--repo '${{ github.repository }}'
--notes ""
--generate-notes
--title "${{ github.ref_name }}"
--latest
- name: Upload artifact signatures to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit c29137d

Please sign in to comment.