Skip to content

Commit eeec367

Browse files
authored
Fix ruby version in publish.yml
1 parent 92c038b commit eeec367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby 2.7
1616
uses: actions/setup-ruby@v1
1717
with:
18-
ruby-version: 2.7.x
18+
ruby-version: 2.7
1919

2020
- name: Publish to RubyGems
2121
run: |

0 commit comments

Comments
 (0)