Skip to content

Commit 712ef92

Browse files
committed
build: Mark releases as draft
1 parent c3b742d commit 712ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ ! -z "$GITHUB_CLI_AUTH_TOKEN" ]; then
6969
echo "$GITHUB_CLI_AUTH_TOKEN" | gh auth login --with-token
7070
fi
7171

72-
gh release create "$TAG" \
72+
gh release create -d "$TAG" \
7373
--title "$TAG release" \
7474
--notes "" \
7575
$EXTRA \

0 commit comments

Comments
 (0)