Skip to content

Commit

Permalink
Update gem-push.yml
Browse files Browse the repository at this point in the history
Specify gem to push
  • Loading branch information
danielsilva authored Dec 6, 2023
1 parent 2504544 commit d3a38e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Create release
run: |
gem_push=false bundle exec rake release
gem push
gem push *.gem
env:
GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}

0 comments on commit d3a38e4

Please sign in to comment.