actions-marketplace-validations/Git Last Tag
Find and return the most recent matching tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 1, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/rmeneely_git-last-tag@6e64bfda393ecc805013c5af49b9e4379ca9a14b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_pattern | The tag pattern to match | no | v[0-9]*.[0-9]*.[0-9]* |
| ignore_tag_pattern | The tag pattern to ignore | no | "" |
Outputs
| name | description |
|---|---|
| last_tag | Sets the env.LAST_TAG to the most recent matching tag |