itsjennyfiggy/Move Major Tag
After a release cuts a precise tag (e.g. v1.2.3), force-updates the floating major tag (e.g. v1) to point at the same commit so that consumers pinned to `@v1` automatically track the latest patch release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The full release tag just created, e.g. v1.2.3 | yes | — |
| github-token | GitHub token with contents: write permission to update refs | yes | — |
Outputs
| name | description |
|---|---|
| major-tag | The floating major tag that was created or updated, e.g. v1 |