Skip to content

Commit 4c084d5

Browse files
committed
Use latest Ruby in release workflow
1 parent 07e0520 commit 4c084d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Set up Ruby
2929
uses: ruby/setup-ruby@v1
3030
with:
31-
# read from .tool-versions
32-
# ruby-version: '3.2'
31+
ruby-version: head
3332
bundler-cache: true
3433

3534
- name: Publish gem

0 commit comments

Comments
 (0)