Skip to content

Commit

Permalink
ci: use correct rubygems api key env var
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwinter committed Oct 2, 2022
1 parent fdf46a8 commit 8651c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:

- run: bundle exec rake release
env:
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 8651c72

Please sign in to comment.