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 35bc6d0 commit eafd89bCopy full SHA for eafd89b
.github/workflows/release_on_tag.yml
@@ -62,7 +62,7 @@ jobs:
62
gh release view "${{ github.ref_name }}" || \
63
gh release create "${{ github.ref_name }}" \
64
--title "OneDesign ${{ github.ref_name }}" \
65
- --notes "" \
+ --generate-notes \
66
--draft
67
# Upload the artifact
68
gh release upload "${{ github.ref_name }}" "${{ steps.create-zip.outputs.zip-path }}" --clobber
0 commit comments