declare an update docs for make_latest input (#419)

This commit is contained in:
Doug Tangren
2024-03-11 09:42:25 -04:00
committed by GitHub
parent d99959edae
commit 7ee8e06381
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: