Skip to content

Commit

Permalink
bundle install before release
Browse files Browse the repository at this point in the history
  • Loading branch information
gryphon committed Oct 7, 2024
1 parent 587d93c commit 4daef7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
# bundler-cache: true
ruby-version: ruby

- name: Bundle
run: bundle install
# Release
- uses: rubygems/release-gem@v1
- uses: rubygems/release-gem@v1

0 comments on commit 4daef7e

Please sign in to comment.