Skip to content

Commit 9cf2efc

Browse files
committed
ci: create tagged releases as drafts
1 parent 50cccb2 commit 9cf2efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/firmware_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
else
9292
RELEASE_FLAGS="--prerelease"
9393
fi
94-
gh release create --repo ${GITHUB_REPOSITORY} -t "$RELEASE" $RELEASE_FLAGS "$RELEASE" BlueSCSI/dist/*
94+
gh release create --repo ${GITHUB_REPOSITORY} --draft -t "$RELEASE" $RELEASE_FLAGS "$RELEASE" BlueSCSI/dist/*
9595
status=$?
9696
set -e
9797
if [ $status -ne 0 ]; then

0 commit comments

Comments
 (0)