summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2024-11-17 14:30:46 +0100
committerGitHub <noreply@github.com>2024-11-17 14:30:46 +0100
commit7e4ef50c82a7503cba05b97c1c37970b9b4c8346 (patch)
treeb5b934f3a1909b04a828feb1d31073f46c077199
parenta74afdbaac3334b52f1fb40dd25d23e01f19acdc (diff)
parent7746c5c6ed7d27f7cfc2f270ffe49657c41ebf25 (diff)
Merge pull request #6860 from uutils/sylvestre-patch-3main
publish: by default, put it as draft
-rw-r--r--.github/workflows/CICD.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index ef7c966265..4694f2a3a0 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -753,6 +753,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: steps.vars.outputs.DEPLOY
with:
+ draft: true
files: |
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.DPKG_NAME }}