Skip to content

Commit 68e1e63

Browse files
committed
Run bundle install at release workflow
1 parent f8da531 commit 68e1e63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
bundler-cache: true
2525
ruby-version: 3.3
26+
- run: bundle install
2627
- name: Update version file with the release version
2728
run: |
2829
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then

0 commit comments

Comments
 (0)