Skip to content

Commit

Permalink
release using Ruby 3.0 instead of 3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jan 6, 2022
1 parent 305bd71 commit 34c0b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.0'
- name: Configure Bundler
run: |
bundle config --local path .bundle/gems
Expand Down

0 comments on commit 34c0b04

Please sign in to comment.