Skip to content

Commit

Permalink
Merge pull request #314 from meilisearch/fix-releaser
Browse files Browse the repository at this point in the history
Add ruby/setup-ruby action & use ruby 2.7
  • Loading branch information
brunoocasali authored Dec 11, 2023
2 parents 4f60610 + 891618d commit 63e889b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@main
with:
ruby-version: 2.6.x
ruby-version: 2.7.x
- name: Check release validity
run: sh .github/scripts/check-release.sh
- name: Publish to RubyGems
Expand Down

0 comments on commit 63e889b

Please sign in to comment.