gamepowerx/Pipe to Release
Upload assets to an existing release or create a new one.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token this action uses to contact the github api. | yes | — |
| filemap | The list of files that will be uploaded. See <a href="#file-piper">FilePiper</a> for more information. | no | — |
| repository | The repository where the release will be created it. | no | — |
| skip_errors | If true, the action will skip errors instead of setting the build to failed. | no | — |
| draft | If true, the action will create a draft release. (Not published) | no | — |
| prerelease | If true, the action will creae a prerelease. | no | — |
| overwrite | If true, the action will update already existing assets instead of throwing an error | no | — |
| tag | The tag of the release. | no | — |
| release_name | The name of the release. | no | — |
| release_body | The body (description) of the release. | no | — |
| release_id | The id of the release. | no | — |
Outputs
no outputs