Skip to content

Commit

Permalink
Need to use bundle exec in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jul 31, 2024
1 parent 5433729 commit 9396dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
ruby-version: ruby
- uses: rubygems/[email protected]
# build gems
- run: rake pkg
- run: bundle exec rake pkg
# push gems
- run: rake release
- run: bundle exec rake release

0 comments on commit 9396dec

Please sign in to comment.