Skip to content

Commit

Permalink
Add bundle install to gem push Github action
Browse files Browse the repository at this point in the history
This fixes a missing issue gem issue with the action.

[1207966452799142](https://app.asana.com/0/0/1207966452799142/f)
  • Loading branch information
dmhuff authored Sep 4, 2024
1 parent 9b5c5fd commit 1bcff0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- run: bundle install

- name: Publish to Github Package Registry
run: |
Expand Down

0 comments on commit 1bcff0a

Please sign in to comment.