We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaaecf commit 613bc33Copy full SHA for 613bc33
1 file changed
.github/workflows/gem-push.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Ruby 2.6
16
uses: actions/setup-ruby@v1
17
with:
18
- ruby-version: 2.6.x
+ ruby-version: 2.6
19
20
- name: Publish to RubyGems
21
run: |
0 commit comments