Skip to content

Commit 1a84d77

Browse files
thekuwayamaclaude
andcommitted
fix: run bundle install before release to install gems required by bundler/setup
-rbundler/setup activates all gems in the Gemfile, but requires them to be installed locally first. Without bundle install, Bundler::GemNotFound is raised. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a1a19f1 commit 1a84d77

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ runs:
5656
- name: Configure trusted publishing credentials
5757
if: ${{ inputs.setup-trusted-publisher == 'true' }}
5858
uses: rubygems/configure-rubygems-credentials@bc6dd217f8a4f919d6835fcfefd470ef821f5c44 # v1.0.0
59+
- name: Install dependencies
60+
run: bundle install
61+
shell: bash
62+
working-directory: ${{ inputs.working-directory }}
5963
- name: Run release rake task
6064
run: bundle exec rake release
6165
shell: bash

0 commit comments

Comments
 (0)