Skip to content

Commit 1a45c28

Browse files
authored
ci: use draft releases for PR tarballs to avoid notifying watchers (#745)
1 parent 83254d5 commit 1a45c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
"${TARBALL_NAME}" \
6868
--title "PR #${PR_NUMBER} Tarball" \
6969
--notes "Auto-generated tarball for PR #${PR_NUMBER}." \
70-
--prerelease \
70+
--draft \
7171
--target "${{ github.event.pull_request.head.sha }}"
7272
7373
DOWNLOAD_URL="https://github.com/${{ github.repository }}/releases/download/${TAG}/${TARBALL_NAME}"

0 commit comments

Comments
 (0)