Skip to content

use in-house action to publish gem #7

use in-house action to publish gem

use in-house action to publish gem #7

Workflow file for this run

name: Publish gem
on:
pull_request:
branches: [main]
jobs:
publish:
name: Build and publish gem
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish gem to Gh packages and RubyGems
uses: juliocabrera820/[email protected]
with:
api_key: ${{secrets.RUBYGEMS_API_KEY}}
github_token: ${{secrets.GITHUB_TOKEN}}