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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Paths to built files to be released. May be absolute or relative to \$\{\{ github.workspace \}\}. | yes | — |
| release | The 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 | — |
| tag | The name of the tag to be used. If not provided, the name of the release will be used. | no | — |
| sha1 | SHA1 where the tag of the release must be set, use SHA1 of tag if not provided | no | — |
| message | A one-line description for both the tag and the release. | no | — |
| body | A fuller description of the release. | no | — |
| prerelease | Should the release, if created, be marked as a prerelease? Such releases are generally publicly visible. | — | true |
| draft | Should the release, if created, be marked as a draft? Such releases are generally not publicly visible. | — | false |
Outputs
| name | description |
|---|---|
| release | The calculated human-friendly name of the release. |
| tag | The calculated tag for the release. |