This action tags a commit with a version from your .gemspec file
Required GitHub token with permissions to create tags and read commits
Tag prefix. F.e. if tag_prefix
set to v
and current version is 0.1
then the action will create a tag v0.1
Created tag name
GitHub URL of the created tag
uses: duderman/gh-gem-tag-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: v