hs1r1us/Release & Assets
Create a release, upload release assets, and copy a release to other repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_name | The name of the tag | yes | — |
| release_name | The name of the release | no | — |
| body | Text describing the contents of the tag | no | — |
| body_path | Path to file with information about the tag | no | — |
| asset_files | The path to the asset you want to upload | no | — |
| draft | `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false` | no | false |
| prerelease | `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false` | no | false |
| repo | Repository on which to release. Used only if you want to create the release on another repo | no | — |
Outputs
| name | description |
|---|---|
| id | The ID of the created Release |
| html_url | The URL users can navigate to in order to view the release |
| upload_url | The URL for uploading assets to the release |