Skip to content

Publish Gem to GitHub Packages

Actions
Builds and publishes Ruby gems to GitHub Packages
v1.0.13
Latest
Star (0)

Tags

 (1)

publish-gem-to-github

Release your Ruby Gem to GitHub Packages

This Action has been heavily influenced by Jstastny's Publish-Gem-to-Github Action

Usage

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.

About

Builds and publishes Ruby gems to GitHub Packages
v1.0.13
Latest

Tags

 (1)

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.