Skip to content

Commit

Permalink
Update gem-push.yml
Browse files Browse the repository at this point in the history
Experiment with setting GEM_HOST_API_KEY when running the command
  • Loading branch information
danielsilva authored Dec 6, 2023
1 parent b69ad48 commit e7aec58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
git config user.email "<>"
- name: Create release
run: bundle exec rake release
env:
GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
run: GEM_HOST_API_KEY ${{secrets.RUBYGEMS_API_KEY}} bundle exec rake release

0 comments on commit e7aec58

Please sign in to comment.