Skip to content

forward3d/gh-gem-tag-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.8%
  • Dockerfile 3.2%