add 'update_tag' option

This commit is contained in:
iTrooz 2024-07-22 23:31:31 +02:00
parent c062e08bd5
commit eb679c5bfa
No known key found for this signature in database
GPG key ID: 8B83F77667B1BC6A
5 changed files with 69 additions and 8 deletions

View file

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