Skip to content

Commit

Permalink
Set correct Ruby version in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Aug 2, 2024
1 parent 2395ced commit 3919886
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 @@ -20,7 +20,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.0"
ruby-version: 3.1
- uses: rubygems/release-gem@v1
with:
await-release: false
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.0"
ruby-version: 3.1
- run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
Expand Down

0 comments on commit 3919886

Please sign in to comment.