Skip to content

Commit 5f16c58

Browse files
authored
Update release.yml
1 parent 6038c5a commit 5f16c58

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ jobs:
2020
- name: Set Up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: 2.5
23+
ruby-version: 2.7
24+
25+
- name: Install Bundler
26+
run: gem install bundler -v '~>2.4.22'
27+
28+
- name: Install Dependencies
29+
run: bundle _2.4.22_ install
2430

2531
- name: Build Gem
2632
run: gem build skylab_studio.gemspec

0 commit comments

Comments
 (0)