build: Mark releases as draft

This commit is contained in:
Elian Doran 2024-08-06 20:40:54 +03:00
parent c3b742df3b
commit 712ef92f7c
No known key found for this signature in database

View File

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