Skip to content

Commit

Permalink
ci: Configure setup-ruby action properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Feb 2, 2025
1 parent c60d560 commit 3ed2274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true

- name: Publish to GPR
run: |
Expand Down

0 comments on commit 3ed2274

Please sign in to comment.