Draft releases
This commit is contained in:
parent
384d9c61cb
commit
5943044ec6
|
|
@ -107,5 +107,5 @@ jobs:
|
||||||
tagName: "app-v${{ env.VERSION }}" # Use the original version tag for the release
|
tagName: "app-v${{ env.VERSION }}" # Use the original version tag for the release
|
||||||
releaseName: "App v${{ env.VERSION }}"
|
releaseName: "App v${{ env.VERSION }}"
|
||||||
releaseBody: 'See the assets to download this version and install.'
|
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
|
prerelease: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue