Skip to content

Commit

Permalink
better release naming/notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Feb 14, 2025
1 parent 73cc74b commit 5d5391c
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 @@ -26,7 +26,7 @@ jobs:
TAG=$(autotag)
git tag $TAG
git push origin $TAG
gh release create $TAG
gh release create $TAG --title "$TAG" --generate-notes
gh workflow run push.yml -f tag=$TAG --ref $TAG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5d5391c

Please sign in to comment.