Skip to content

Commit c31b1ec

Browse files
authored
Update release job CI Ruby version (#1799)
1 parent 8931837 commit c31b1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
git config user.name "${GIT_AUTHOR_NAME}"
3232
git config user.email "${GIT_AUTHOR_EMAIL}"
3333
34-
- name: Set up Ruby 2.6
34+
- name: Set up Ruby 2.7
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: 2.6
37+
ruby-version: 2.7
3838

3939
- name: Calculate version
4040
id: get_version

0 commit comments

Comments
 (0)