Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 527 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 527 Bytes

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