gps/Determine Latest Version
Parses Git Tags that start with v and determines the latest version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_TOKEN | GitHub Token used to interact with GitHub API | yes | — |
| TAG_PREFIX | Prefix to look for in version tags | yes | v |
Outputs
| name | description |
|---|---|
| LATEST_BUILD_VERSION | Latest version |