mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-13 19:54:20 +00:00
add 'update_tag' option
This commit is contained in:
parent
c062e08bd5
commit
eb679c5bfa
5 changed files with 69 additions and 8 deletions
|
@ -49,6 +49,8 @@ inputs:
|
|||
make_latest:
|
||||
description: "Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Can be `true`, `false`, or `legacy`. Uses GitHub api default if not provided"
|
||||
required: false
|
||||
update_tag:
|
||||
description: "Update the tag of the release to the current commit. This will also update the release time."
|
||||
env:
|
||||
GITHUB_TOKEN: "As provided by Github Actions"
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue