Create new releases as draft prior to publishing

This commit is contained in:
MoojMidge 2024-12-04 09:15:50 +11:00
parent abf8bbe15c
commit 2568ae9bc8

View file

@ -169,7 +169,7 @@ jobs:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
release_name: ${{ github.ref }} release_name: ${{ github.ref }}
body: ${{ steps.changelog.outputs.body }} body: ${{ steps.changelog.outputs.body }}
draft: false draft: true
prerelease: ${{ steps.release.outputs.pre-release }} prerelease: ${{ steps.release.outputs.pre-release }}
- name: Upload Zip - name: Upload Zip