Skip to content

Commit

Permalink
Auto create title and notes when generated a release
Browse files Browse the repository at this point in the history
  • Loading branch information
alillistone-OQC committed Oct 8, 2024
1 parent a245870 commit bc31e1b
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 bc31e1b

Please sign in to comment.