Skip to content

Commit

Permalink
fix action (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMealha authored Jan 5, 2023
1 parent 5a2df5e commit e024adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit e024adf

Please sign in to comment.