Skip to content

Commit

Permalink
Merge pull request #14 from Kajabi/rc/set-ruby-version
Browse files Browse the repository at this point in the history
fix: add ruby-version for release
  • Loading branch information
rwc9u authored Jan 2, 2025
2 parents 1929ac1 + 18a4ffe commit 3b7fe34
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 3b7fe34

Please sign in to comment.