summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-09-11 18:39:04 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-09-11 18:39:04 +0800
commitf50cdeb875b0eeaa6732593a13cacc8df1e10664 (patch)
tree21d11de76fcbee6de13c6d8e305d305c1a5cf2eb
parent95635a62e05ea1acad878a561fc4e7b9e92972b3 (diff)
CD: automated workflow only ever drafts releases
-rw-r--r--.github/workflows/release.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index c7bfee6..d205d30 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -35,7 +35,8 @@ jobs:
with:
tag_name: ${{ github.event_name == 'workflow_dispatch' && '' || github.ref }}
release_name: Release ${{ github.event_name == 'workflow_dispatch' && 'main' || github.ref }}
- draft: ${{ github.event_name == 'workflow_dispatch' }}
+ # draft: ${{ github.event_name == 'workflow_dispatch' }}
+ draft: true
prerelease: false
build-release: