Skip to content
 
 

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages