We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5442d commit 22a8dc4Copy full SHA for 22a8dc4
.github/workflows/push_gem.yml
@@ -40,7 +40,7 @@ jobs:
40
ruby-version: ${{ matrix.ruby }}
41
42
- name: Build gem for JRuby
43
- run: rake build
+ run: bundle exec rake build
44
if: matrix.ruby == 'jruby'
45
46
- name: Publish to RubyGems
0 commit comments