wyrihaximus/Get Latest Tag
Get the latest tag from git and outputs that for use in other actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fallback | Fallback tag to use when no previous tag can be found | no | — |
| pattern | Pattern to query the tag by this can be semver (v*[0-9].*[0-9].*[0-9]) or a simple monotonically increasing integer (r*) and defaults to * | no | * |
| workingDirectory | The directory to run this workflow in | no | "" |
Outputs
| name | description |
|---|---|
| tag | Latest tag |
| timestamp | Latest tag timestamp |