We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412adb1 commit a0902d6Copy full SHA for a0902d6
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,8 @@ jobs:
41
run: |
42
FILENAME="$PROJECT_NAME-$DAILY_VERSION-for-local-testing-only.zip"
43
zip -r "$FILENAME" ./*
44
- gh release create "$DAILY_VERSION" --generate-notes "$FILENAME"
+ # Create as draft to curate it before sending it out
45
+ gh release create "$DAILY_VERSION" "$FILENAME" --draft --generate-notes
46
Chrome:
47
if: needs.Version.outputs.created
48
needs: Version
0 commit comments