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 d00e21f commit c14b02dCopy full SHA for c14b02d
1 file changed
.github/workflows/release.yml
@@ -52,6 +52,7 @@ jobs:
52
gh release create "$GITHUB_REF_NAME" \
53
--title "$GITHUB_REF_NAME" \
54
--generate-notes \
55
+ --draft \
56
dist/*.tar.xz dist/checksums.txt
57
env:
58
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments