rexdefuror/Get Latest Tag Action
GitHub Action gets a latest tag and sets an environment variable if it finds it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner of the repository. | no | ${{ github.repository_owner }} |
| repo | Repository name. | no | ${{ github.repository }} |
| token | GitHub token. | no | ${{ github.token }} |
| prefix | Prefix of the tag. | no | — |
| suffix | Suffix of the tag. | no | — |
| releaseOnly | Get only release tags. | no | false |
| regex | Regex to match the tag. | no | — |
Outputs
no outputs