kaliber5/Update a Release by ID
Update a release given by its ID.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The Github token used for authentication. | yes | — |
| owner | Name of the owner of the repo, taken from current repo by default. | no | — |
| repo | Name of the repository, taken from current repo by default. | no | — |
| id | The ID to identify the release. | yes | — |
| name | Name of the release | no | — |
| body | Body text of the release. | no | — |
| tag_name | Tag name of the release. | no | — |
| target_commitish | Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. | no | — |
| prerelease | Mark this release as a pre-release. | no | — |
| draft | Set to false to publish a draft release. | no | — |
Outputs
| name | description |
|---|---|
| id | The ID of the Release |
| url | The release url |
| html_url | The url users can navigate to in order to view the release |
| assets_url | The release assets url |
| upload_url | The url for uploading assets to the release |
| name | The release name |
| body | The release's body content |
| tag_name | The git tag associated with the release |
| draft | Is draft |
| prerelease | Is pre-release |
| target_commitish | The commitish value of the release |
| created_at | Created date |
| published_at | Published date |