Publish Gem to GitHub Packages
ActionsTags
(1)Release your Ruby Gem to GitHub Packages
This Action has been heavily influenced by Jstastny's Publish-Gem-to-Github Action
jobs:
release:
runs-on: ubuntu-latest
- name: Checkout
uses: actions/checkout@v2
- name: Build and publish to GitHub Package
uses: actionshub/publish-gem-to-github@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ secrets.OWNER }}
Publish Gem to GitHub Packages 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.