Update publish.yml

Replace deprecated `version` with `ruby-version`
This commit is contained in:
Mattia 2020-03-29 11:12:08 +01:00 committed by GitHub
parent f6401225a4
commit b4ad6e386e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
version: 2.6.x
ruby-version: 2.6.x
- name: Publish to RubyGems
run: |