From 5943044ec68d737a491d53ac30d0a4c25eff3b63 Mon Sep 17 00:00:00 2001 From: skykooler Date: Thu, 19 Dec 2024 00:33:26 -0500 Subject: [PATCH] Draft releases --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 975979c..ac8fc0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,5 +107,5 @@ jobs: tagName: "app-v${{ env.VERSION }}" # Use the original version tag for the release releaseName: "App v${{ env.VERSION }}" releaseBody: 'See the assets to download this version and install.' - releaseDraft: false # Set to true if you want the release to be a draft + releaseDraft: true # Set to true if you want the release to be a draft prerelease: true