Skip to content

Publishes RubyGem to GitHub Packages

License

Notifications You must be signed in to change notification settings

babbel/publish-gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action: babbel/publish-gem

Publishes RubyGem to GitHub Packages.

Usage

    steps:
      - uses: babbel/publish-gem

You can also specify a gemspec-file input if you have multiple gemspec files:

    steps:
      - uses: babbel/publish-gem
        with:
          gemspec-file: example.gemspec

If the gem is not in the current directory, you can override the working directory:

    steps:
      - uses: babbel/publish-gem
        with:
          working-directory: packages/gemname