Skip to content

Commit 3b7fe34

Browse files
authored
Merge pull request #14 from Kajabi/rc/set-ruby-version
fix: add ruby-version for release
2 parents 1929ac1 + 18a4ffe commit 3b7fe34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: ruby/setup-ruby@v1
3131
with:
3232
bundle-cache: true
33+
ruby-version: '3.0'
3334
if: ${{ steps.release.outputs.release_created }}
3435
- name: Bundle Install
3536
run: bundle install

0 commit comments

Comments
 (0)