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