Skip to content

Commit

Permalink
Merge pull request #44 from jwillemsen/jwi-fixrubygemrelease
Browse files Browse the repository at this point in the history
Fixed ruby version for gem release
  • Loading branch information
jwillemsen authored Oct 7, 2020
2 parents f3150a1 + adfa73e commit 22e0b4b
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 22e0b4b

Please sign in to comment.