joepitt91/Get Latest Version from GitHub Tags
Get the latest version from the tags in a GitHub repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token to authenticate to GitHub with. | yes | — |
| owner | The owner of the source repository. | yes | — |
| repository | The name of the source repository. | yes | — |
| greater_equal_version | The minimum version to accept, e.g. 2.0.0. Defaults to None. | no | — |
| less_than_version | The version to accept versions less than, e.g. 3.0.0. Defaults to None. | no | — |
Outputs
| name | description |
|---|---|
| tag | The tag for the latest version. |
| version | The latest version number. |