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 04b61c0 commit b7add18Copy full SHA for b7add18
.github/workflows/release.yml
@@ -138,12 +138,7 @@ jobs:
138
# https://cli.github.com/manual/gh_release_create
139
env:
140
GITHUB_TOKEN: ${{ github.token }}
141
- run: |
142
- gh release create ${{ github.ref_name }} \
143
- --repo ${{ github.repository }} \
144
- --title "${{ github.ref_name }}" \
145
- --verify-tag
146
- continue-on-error: true
+ run: gh release create --generate-notes --verify-tag ${GITHUB_REF_NAME}
147
- name: Upload release files
148
# https://cli.github.com/manual/gh_release_upload
149
0 commit comments