actions-marketplace-validations/Checkout version tag
Derive a release tag from a trigger tag, then checkout that ref.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| trigger-tag | Tag/branch name to derive from (e.g., u1.2.3) | yes | — |
| trigger-tag-prefix | Prefix to strip from the trigger tag | no | u |
| release-tag-prefix | Prefix for the release tag | no | v |
| fetch-depth | Number of commits to fetch | no | 1 |
| skip-checkout | Skip the checkout step (useful for testing) | no | false |
Outputs
| name | description |
|---|---|
| release-tag | Computed release tag (e.g., v1.2.3) |
| version | Bare version number (e.g., 1.2.3) |