GitHub action that adds a lightweight git tag to the current workflow commit.
Note: If a tag with the same name already exists, it is replaced.
- GITHUB_TOKEN (required) - Required for permission to tag the repository.
- TAG (required) - Name of the tag to be added.
uses: hole19/git-tag-action@master
env:
TAG: v1.2.3
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Git Tag Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.