Skip to content

Commit c1f2991

Browse files
authored
chore: Fix build-gem call (#310)
1 parent b5809f8 commit c1f2991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
if: ${{ needs.release-package.outputs.release-created == 'true' }}
2727
uses: ./.github/workflows/build-gem.yml
2828
with:
29-
platform: 'ruby'
29+
version: '3.0'
3030

3131
build-jruby-gem:
3232
needs: [ 'release-package' ]
3333
if: ${{ needs.release-package.outputs.release-created == 'true' }}
3434
uses: ./.github/workflows/build-gem.yml
3535
with:
36-
platform: 'jruby'
36+
version: 'jruby-9.4'
3737

3838
publish:
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)