oprypin/Find Latest Tag

Find the latest tag in a GitHub repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner. E.g. actions/checkoutyes
releases-onlyIf true, consider only tags that have an associated release
prefixConsider only tags starting with this string prefix
regexConsider only tags that matches specified RegEx pattern.
sort-tagsIf 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
tokenPersonal access token (auto-populated). It is used only because anonymous requests are rate-limited. It can be overridden to an empty value.${{ github.token }}
namedescription
tagThe full tag name (incl. prefix) that was found