build: Mark releases as draft

pull/309/head
Elian Doran 2024-08-06 20:40:54 +07:00
parent c3b742df3b
commit 712ef92f7c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -69,7 +69,7 @@ if [ ! -z "$GITHUB_CLI_AUTH_TOKEN" ]; then
echo "$GITHUB_CLI_AUTH_TOKEN" | gh auth login --with-token
fi
gh release create "$TAG" \
gh release create -d "$TAG" \
--title "$TAG release" \
--notes "" \
$EXTRA \