kaliber5/Get Release Info
Get the meta data of the latest release or by id or tag, including draft releases.
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. | no | — |
| tag_name | Tag name to identify the release. | no | — |
| latest | Will fetch the latest release if set to true. | no | — |
| draft | Set to true if you are looking for an unpublished 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 |
| tag_name | The git tag associated with the release |
| draft | Is draft |
| prerelease | Is pre-release |
| target_commitish | The release was create to which target branch |
| created_at | Created date |
| published_at | Published date |