Skip to content

Commit 63a7d64

Browse files
committed
Fix bundler mode to deployment at publish
1 parent c522c42 commit 63a7d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
bundler-cache: true
2626
ruby-version: 3.3
27-
- run: bundle install
27+
- run: bundle install --deployment
2828
- name: Update version file with the release version
2929
run: |
3030
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then

0 commit comments

Comments
 (0)