From 7746c5c6ed7d27f7cfc2f270ffe49657c41ebf25 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 16 Nov 2024 22:52:19 +0100 Subject: [PATCH] publish: by default, put it as draft to send email only when ready closes: #6859 --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index c8993b121..7fab8f8ea 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 }}