Skip to content

Publish Gem

Publish Gem #22

Workflow file for this run

name: Publish Gem
on:
create:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Release Gem
if: contains(github.ref, 'refs/tags/v')
uses: dawidd6/[email protected]
with:
api_key: ${{secrets.RUBYGEMS_API_KEY}}