We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b330644 commit 60b9475Copy full SHA for 60b9475
.github/workflows/publish.yml
@@ -77,6 +77,7 @@ jobs:
77
if: steps.tag.outputs.push_tag == 'yes'
78
with:
79
files: "dist/*"
80
+ generate_release_notes: true
81
tag_name: v${{ steps.tag.outputs.version }}
82
83
- run: |
0 commit comments