Skip to content

Commit

Permalink
Fix the gem pushing code
Browse files Browse the repository at this point in the history
  • Loading branch information
foca committed Feb 13, 2024
1 parent 48fe37f commit 9a67e8d
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 @@ -27,5 +27,5 @@ jobs:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
- name: Build and Publish to RubyGems
run: |
rake build
bundle exec rake build
gem push *.gem

0 comments on commit 9a67e8d

Please sign in to comment.