somoneit/Update Floating Version Tags
Automatically create/update major and minor floating tags when a semver release is published
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to create floating tags for (defaults to github.ref_name) | no | ${{ github.ref_name }} |
Outputs
| name | description |
|---|---|
| major-tag | The major floating tag that was created/updated (e.g., v1) |
| minor-tag | The minor floating tag that was created/updated (e.g., v1.0) |