mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-14 04:04:20 +00:00
declare an update docs for make_latest input
This commit is contained in:
parent
d99959edae
commit
f8f278490a
2 changed files with 9 additions and 6 deletions
|
@ -46,6 +46,9 @@ inputs:
|
|||
append_body:
|
||||
description: "Append to existing body instead of overwriting it. Default is false."
|
||||
required: false
|
||||
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
|
||||
env:
|
||||
"GITHUB_TOKEN": "As provided by Github Actions"
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue