We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83254d5 commit 1a45c28Copy full SHA for 1a45c28
1 file changed
.github/workflows/pr-tarball.yml
@@ -67,7 +67,7 @@ jobs:
67
"${TARBALL_NAME}" \
68
--title "PR #${PR_NUMBER} Tarball" \
69
--notes "Auto-generated tarball for PR #${PR_NUMBER}." \
70
- --prerelease \
+ --draft \
71
--target "${{ github.event.pull_request.head.sha }}"
72
73
DOWNLOAD_URL="https://github.com/${{ github.repository }}/releases/download/${TAG}/${TARBALL_NAME}"
0 commit comments