Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
DEV: Publish the gem on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jan 15, 2020
1 parent c4793c0 commit 57c03e1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish Gem

on:
push:
tags:
- v*

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Release Gem
uses: cadwallion/publish-rubygems-action@5dfdb61
env:
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}

0 comments on commit 57c03e1

Please sign in to comment.