Skip to content

Commit 7d81cd2

Browse files
pftgclaude
andcommitted
fix: release workflow uses same setup as test workflow
Use setup-ruby-and-dependencies composite action (same as test workflow) instead of bare ruby/setup-ruby. This ensures identical environment: - libvips installed - Font antialiasing disabled - Ruby 4.0 (not floating 'ruby' tag) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5af1d6f commit 7d81cd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v6
23-
- uses: ruby/setup-ruby@v1
23+
- uses: ./.github/actions/setup-ruby-and-dependencies
2424
with:
25-
bundler-cache: true
26-
ruby-version: ruby
25+
ruby-version: "4.0"
26+
cache-apt-packages: true
2727

2828
- name: Verify version
2929
run: |

0 commit comments

Comments
 (0)