Skip to content

Commit 2140f16

Browse files
authored
CI: Use a correct ruby-version identifier in publish
1 parent 1400034 commit 2140f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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)