lee-lott-actions/Create Major Version Tag
A GitHub Action to create a new major version tag (i.e. v1, v2) for a GitHub Action repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 13, 2026
- License
- None
Pinned Snippet
uses: lee-lott-actions/deploy-github-action@50de2259a8ffa0b7cfe91c399adfc19189572adf # v2.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version-tag | The tag on which the new major version tag will be based | yes | — |
| branch-name | Branch name on which to create the tag (e.g., main) | yes | — |
| commit-sha | Optionally specify a commit SHA to tag instead of the head of the branch | no | "" |
| deployment-environment | The name of the environment for the GitHub deployment | yes | — |
| org-name | The name of the GitHub organization | yes | — |
| repo-name | The name of the repository | yes | — |
| token | GitHub token with access to Git tags | yes | — |
Outputs
no outputs