actions-marketplace-validations/Find Latest Tag
Find the latest tag in a GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. E.g. actions/checkout | yes | — |
| releases-only | If true, consider only tags that have an associated release | — | — |
| prefix | Consider only tags starting with this string prefix | — | — |
| regex | Consider only tags that matches specified RegEx pattern. | — | — |
| sort-tags | If true, look through all tags to find the greatest (semver-like) version, else just get the most recent tag. Defaults to true (strongly recommended), or to false if *releases-only* is enabled | — | — |
| token | Personal access token (auto-populated). It is used only because anonymous requests are rate-limited. It can be overridden to an empty value. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| tag | The full tag name (incl. prefix) that was found |