Skip to content

Commit c5c466e

Browse files
authored
Update release-gem.yml
1 parent 9594d2d commit c5c466e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-gem.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Ruby 2.7
18-
uses: actions/setup-ruby@v1
18+
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 2.7
20+
ruby-version: '2.7'
21+
bundler-cache: true
2122

2223
- name: Publish to RubyGems
2324
run: |

0 commit comments

Comments
 (0)