svenstaro / upload-release-action

Upload files to a GitHub release
MIT License
626 stars 110 forks source link

Allow setting a release as a draft #112

Closed ShonP40 closed 8 months ago

ShonP40 commented 1 year ago

Useful in case you want to prepare a release but only publish it at a later date or make changes to the title/description

edgarrmondragon commented 9 months ago

Does this makes sense here? This action is used to push files to a release, not creating the release itself. For that, there's https://github.com/softprops/action-gh-release for example, and it does support creating a release as draft.

ShonP40 commented 9 months ago

This action does create a release if one doesn't already exist though

williamdes commented 8 months ago

Thank you!