Skip to content

Commit aa5ebd0

Browse files
gjtorikianclaude
andcommitted
fix: add ruby/setup-ruby to release-please workflow
bundle install requires Ruby to be available on the runner. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2aa0574 commit aa5ebd0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
ref: ${{ fromJSON(steps.release.outputs.pr).headBranchName }}
3333
token: ${{ steps.generate-token.outputs.token }}
3434

35+
- name: Set up Ruby
36+
if: steps.release.outputs.pr
37+
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
38+
with:
39+
ruby-version: ruby
40+
3541
- name: Bundle install and commit
3642
if: steps.release.outputs.pr
3743
run: |

0 commit comments

Comments
 (0)