actions-marketplace-validations/Manage Release

Create or Update release with provided assets files. This action tries to be compatible with johnwbyrd/update-release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesPaths to built files to be released. May be absolute or relative to \$\{\{ github.workspace \}\}.yes
releaseThe name of the release to be created. A reasonable looking release name will be created from the current \$\{\{ github.ref \}\} if this input is not supplied.no
tagThe name of the tag to be used. If not provided, the name of the release will be used.no
sha1SHA1 where the tag of the release must be set, use SHA1 of tag if not providedno
messageA one-line description for both the tag and the release.no
bodyA fuller description of the release.no
prereleaseShould the release, if created, be marked as a prerelease? Such releases are generally publicly visible.true
draftShould the release, if created, be marked as a draft? Such releases are generally not publicly visible.false
namedescription
releaseThe calculated human-friendly name of the release.
tagThe calculated tag for the release.