Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1bcff0a

Browse files
authoredSep 4, 2024··
Add bundle install to gem push Github action
This fixes a missing issue gem issue with the action. [1207966452799142](https://app.asana.com/0/0/1207966452799142/f)
1 parent 9b5c5fd commit 1bcff0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/gem-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: 3.3
18+
- run: bundle install
1819

1920
- name: Publish to Github Package Registry
2021
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.