Skip to content

Commit

Permalink
Fix ruby action (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Dec 11, 2023
1 parent 63e889b commit f5f1403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@main
uses: ruby/setup-ruby
with:
ruby-version: 2.7.x
- name: Check release validity
Expand Down

0 comments on commit f5f1403

Please sign in to comment.