Skip to content

Commit

Permalink
fix: add ruby-version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwc9u committed Jan 2, 2025
1 parent 1929ac1 commit 18a4ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundle-cache: true
ruby-version: '3.0'
if: ${{ steps.release.outputs.release_created }}
- name: Bundle Install
run: bundle install
Expand Down

0 comments on commit 18a4ffe

Please sign in to comment.