waikato-ahuora-smart-energy-systems/tag_checker
Check for the most recent git tag based on a prefix and prerelease mode
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release-branch | The branch to check for the latest tag | yes | — |
| tag-prefix | The prefix of the semver tag to check for | no | "" |
| prerelease-suffix | The suffix to use when identifying prerelease tags | no | prerelease |
| token | The GitHub token to use for downloading the action, defaults to workflow token | no | ${{ github.token }} |
| working-directory | The working directory to run the tag check in | no | . |
Outputs
| name | description |
|---|---|
| latest_tag | The latest tag found |