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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| newest_tag_only | If this flag is set to `true` only the newest git-tag is returned. Otherwise all tags are returned. | no | true |
Outputs
| name | description |
|---|---|
| tag | The parsed git-tag is returned. If no tag is found, the output will be empty. |
| tags | An 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. |