Skip to content

Commit

Permalink
CI: Use .ruby-version Ruby in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jan 9, 2024
1 parent 3209933 commit 1195316
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Ruby 2.7
- name: Set up latest Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit 1195316

Please sign in to comment.