Skip to content

Commit

Permalink
Add publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrshOverride committed Apr 14, 2021
1 parent d161f19 commit 59aecef
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish Gem
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Release Gem
uses: discourse/publish-rubygems-action@v2-beta
env:
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
GIT_EMAIL: [email protected]
GIT_NAME: Kevel

0 comments on commit 59aecef

Please sign in to comment.