We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7cfe6 commit 8d7582aCopy full SHA for 8d7582a
.github/workflows/publish.yml
@@ -56,5 +56,7 @@ jobs:
56
uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d
57
with:
58
tag_name: ${{ env.NEW_VERSION }}
59
+ generate_release_notes: true
60
+ files: dist/**/*
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments