declare an update docs for make_latest input

This commit is contained in:
softprops 2024-03-11 09:40:02 -04:00
parent d99959edae
commit f8f278490a
2 changed files with 9 additions and 6 deletions

View file

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