cmdaltent/Get Tag

This action parses the git-tree and returns the all git-tags in the tree. As it is more likely that only the newest tag is needed, this action can be configured to only return the newest tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
newest_tag_onlyIf this flag is set to `true` only the newest git-tag is returned. Otherwise all tags are returned. notrue
namedescription
tagThe parsed git-tag is returned. If no tag is found, the output will be empty.
tagsAn array of all found git-tags in the git-tree are returned. This output will only contain values if `newest_tag_only` is set to `false` and will be empty otherwise.