Skip to content

Commit 7e4ef50

Browse files
authored
Merge pull request #6860 from uutils/sylvestre-patch-3
publish: by default, put it as draft
2 parents a74afdb + 7746c5c commit 7e4ef50

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)