Skip to content

Commit 7746c5c

Browse files
authored
publish: by default, put it as draft
to send email only when ready closes: #6859
1 parent 1d9e162 commit 7746c5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ jobs:
753753
uses: softprops/action-gh-release@v2
754754
if: steps.vars.outputs.DEPLOY
755755
with:
756+
draft: true
756757
files: |
757758
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
758759
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.DPKG_NAME }}

0 commit comments

Comments
 (0)