also update github workflows

This commit is contained in:
Samuel Beaulieu 2022-07-25 13:50:07 -05:00
parent 70e2b03cde
commit 122fc68776
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
2 changed files with 4 additions and 5 deletions

View file

@ -20,10 +20,10 @@ jobs:
draft: false
prerelease: false
generateReleaseNotes: true
- name: Install Ruby 2.5.8
- name: Install Ruby jruby-9.3.6.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.5.8'
ruby-version: 'jruby-9.3.6.0'
- name: Build gem
run: gem build *.gemspec
- name: Publish gem