Skip to content

Commit

Permalink
chore: update release workflow [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 4, 2020
1 parent 8d8d8aa commit f47e41c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
needs: test
runs-on: ubuntu-latest
outputs:
gem_name: ${{ steps.release.outputs.gem_name }}
version: ${{ steps.release.outputs.version }}
increment: ${{ steps.release.outputs.increment }}
gem_name: ${{ steps.release-gem.outputs.gem_name }}
version: ${{ steps.release-gem.outputs.version }}
increment: ${{ steps.release-gem.outputs.increment }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pact-foundation/release-gem@v0.0.11
id: release
- id: release-gem
uses: pact-foundation/release[email protected]
env:
GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_API_KEY }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit f47e41c

Please sign in to comment.