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 b76e232 commit 7a99080Copy full SHA for 7a99080
.github/workflows/release.yml
@@ -46,3 +46,13 @@ jobs:
46
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
47
# GitHub sets this automatically
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
+
50
+ - name: Create a draft GitHub release
51
+ env:
52
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
+ run: |
54
+ gh release create \
55
+ --draft \
56
+ --title "${GITHUB_REF_NAME}" \
57
+ --notes-from-tag \
58
+ "${GITHUB_REF_NAME}"
0 commit comments