Skip to content

Commit

Permalink
Update gem-push.yml
Browse files Browse the repository at this point in the history
Remove experiment to build/push the gem by ourselves. It turns out there was a bug on RubyGems side.

Ref: rubygems/rubygems.org#2500 (comment)
  • Loading branch information
danielsilva authored Dec 7, 2023
1 parent 92ce02e commit 214e04c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
git config user.email "<>"
- name: Create release
run: |
gem_push=false bundle exec rake release
gem build *.gemspec
gem push *.gem
run: bundle exec rake release
env:
GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}

0 comments on commit 214e04c

Please sign in to comment.