actions-marketplace-validations/Create Release - local
Creates github releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| allowUpdates | An optional flag which indicates if we should update a release if it already exists. Defaults to false. | — | "" |
| artifact | An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs) | — | "" |
| artifacts | An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs) | — | "" |
| artifactContentType | The content type of the artifact. Defaults to raw | — | "" |
| body | An optional body for the release. | — | "" |
| bodyFile | An optional body file for the release. This should be the path to the file | — | "" |
| commit | An optional commit reference. This will be used to create the tag if it does not exist. | — | "" |
| draft | Optionally marks this release as a draft release. Set to true to enable. | — | "" |
| name | An optional name for the release. If this is omitted the tag will be used. | — | "" |
| prerelease | Optionally marks this release as prerelease. Set to true to enable. | — | "" |
| tag | An optional tag for the release. If this is omitted the git ref will be used (if it is a tag). | — | "" |
| token | The Github token. | yes | "" |
Outputs
no outputs