Skip to content

Commit

Permalink
pin ruby/setup-ruby to 3.2 in push_gem.yml
Browse files Browse the repository at this point in the history
This hopefully resolves an issue where the push_gem workflow succesfully pushes
the gem to RubyGems.org, but fails to complete the full workflow successfully.

See rubygems/release-gem#2 for more information.
  • Loading branch information
bdchauvette committed Jan 7, 2024
1 parent 2043827 commit 7c58c8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# not using ruby 3.3 because of this issue:
# https://github.com/rubygems/release-gem/issues/2
ruby-version: '3.2'
bundler-cache: true
ruby-version: ruby

# Release
- uses: rubygems/release-gem@v1

0 comments on commit 7c58c8a

Please sign in to comment.