Skip to content

Update the publishing process of ruby gems #13

Update the publishing process of ruby gems

Update the publishing process of ruby gems #13

Workflow file for this run

name: Publish Gem
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Release Gem
uses: discourse/publish-rubygems-action@ec5415e2cc3509a5cc8c4eef9499cf3fb05f8391
env:
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
RELEASE_COMMAND: rake release