Skip to content

Commit

Permalink
Update publish.yml to use Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Jan 18, 2023
1 parent 7a382b5 commit 92c038b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.7.x

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit 92c038b

Please sign in to comment.