Skip to content

Commit 89107f9

Browse files
authored
Add missing bundle install to publish.yml
1 parent b524508 commit 89107f9

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
@@ -19,6 +19,7 @@ jobs:
1919
- name: Setup Ruby 3.x
2020
uses: ruby/setup-ruby@v1
2121
with:
22+
bundler-cache: true
2223
ruby-version: 3
2324

2425
- name: Publish to RubyGems

0 commit comments

Comments
 (0)