Draft releases

This commit is contained in:
skykooler 2024-12-19 00:33:26 -05:00 committed by GitHub
parent 384d9c61cb
commit 5943044ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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