bbrain-io/Get latest release tag
Gets the latest release tag of a github repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The repository owner | yes | — |
| repo | The repository name | yes | — |
| by_date | Whether to sort releases by date or by tag | no | false |
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| raw | Raw tag retrieved from github |
| clean | Tag cleaned |
| no_release | Tag without release |
| clean_no_release | Tag cleaned without release |