forward3d / gh-gem-tag-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem auto-tag docker action

This action tags a commit with a version from your .gemspec file

Inputs

github_token

Required GitHub token with permissions to create tags and read commits

tag_prefix

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

working_directory

Directory for a gem's gemspec. F.e. if gem is in monorepo/gem dir, set it to monorepo/gem.

Outputs

tag

Created tag name

url

GitHub URL of the created tag

Example usage

uses: duderman/gh-gem-tag-action@v1
with:
  github_token: ${{ secrets.GITHUB_TOKEN }}
  tag_prefix: v

About


Languages

Language:Ruby 96.8%Language:Dockerfile 3.2%