Skip to content

Commit 8d7582a

Browse files
committed
Tweak publish workflow
1 parent 4b7cfe6 commit 8d7582a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ jobs:
5656
uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d
5757
with:
5858
tag_name: ${{ env.NEW_VERSION }}
59+
generate_release_notes: true
60+
files: dist/**/*
5961
env:
6062
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)