Skip to content

Commit

Permalink
Fixed ruby version for gem release
Browse files Browse the repository at this point in the history
    * .github/workflows/gem_release.yml:
  • Loading branch information
jwillemsen committed Oct 7, 2020
1 parent f3150a1 commit adfa73e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gem_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.7
- name: Publish to RubyGems
run: |
mkdir -p $HOME/.gem
Expand Down

0 comments on commit adfa73e

Please sign in to comment.