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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 13, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: lee-lott-actions/deploy-github-action@50de2259a8ffa0b7cfe91c399adfc19189572adf # v2.1.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
version-tagThe tag on which the new major version tag will be basedyes
branch-nameBranch name on which to create the tag (e.g., main)yes
commit-shaOptionally specify a commit SHA to tag instead of the head of the branchno""
deployment-environmentThe name of the environment for the GitHub deploymentyes
org-nameThe name of the GitHub organizationyes
repo-nameThe name of the repositoryyes
tokenGitHub token with access to Git tagsyes

no outputs