Skip to content

Commit a0902d6

Browse files
authored
Create release as draft (refined-github#7764)
1 parent 412adb1 commit a0902d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
run: |
4242
FILENAME="$PROJECT_NAME-$DAILY_VERSION-for-local-testing-only.zip"
4343
zip -r "$FILENAME" ./*
44-
gh release create "$DAILY_VERSION" --generate-notes "$FILENAME"
44+
# Create as draft to curate it before sending it out
45+
gh release create "$DAILY_VERSION" "$FILENAME" --draft --generate-notes
4546
Chrome:
4647
if: needs.Version.outputs.created
4748
needs: Version

0 commit comments

Comments
 (0)