Skip to content

Commit 40e2b27

Browse files
authored
Merge pull request #60 from clio/update-publish-action
Updates push gem action with a valid ruby version
2 parents 302a807 + 498a584 commit 40e2b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Ruby 3.0
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.0.x
19+
ruby-version: 3.0
2020

2121
- name: Publish to RubyGems
2222
env:

0 commit comments

Comments
 (0)