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 d16f59e commit de151e4Copy full SHA for de151e4
.github/workflows/publish-release.yml
@@ -145,12 +145,6 @@ jobs:
145
run: |
146
gh release create "${{ needs.check-tag.outputs.tag_name }}" \
147
--repo "$GITHUB_REPOSITORY" \
148
- --notes "" \
+ --generate-notes \
149
$([[ "${{ needs.check-tag.outputs.is_prerelease }}" == "true" ]] && echo "--prerelease") \
150
dist/*
151
-
152
- - name: Upload artifact signatures
153
- env:
154
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155
- run: |
156
- gh release upload "${{ needs.check-tag.outputs.tag_name }}" dist/** --repo "$GITHUB_REPOSITORY"
0 commit comments