Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 872 Bytes

Publish ruby gem action

Author [Languages] Stars

Action that builds a gem based on a gemspec and publishes to GitHub packages or Rubygems

Usage

---
- name: Publish gem to rubygems or gh packages
  uses: juliocabrera820/publish-ruby-gem-action@v1
  with:
    github_token: ${{secrets.GITHUB_TOKEN}}
    rubygems_api_key: ${{secrets.RUBYGEMS_API_KEY}}
    github_username: octocat # optional: default value is your username in github