Build and publish gem
ActionsTags
(2)Action that builds a gem based on a gemspec and publishes to GitHub packages or Rubygems
---
- 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
Build and publish gem is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.