Skip to content

Commit

Permalink
chore: add release_gem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque authored Jul 16, 2020
1 parent 5f3205a commit 90f6e6d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "Release gem"

on:
repository_dispatch:
types:
- release-triggered

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pact-foundation/[email protected]
env:
GEM_HOST_API_KEY: "${{ secrets.RUBYGEMS_API_KEY }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
INCREMENT: "${{ github.event.client_payload.increment }}"

0 comments on commit 90f6e6d

Please sign in to comment.