Skip to content

Commit 1d8c207

Browse files
committed
Add bundle install to release workflow
1 parent 318872c commit 1d8c207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
with:
3131
ruby-version: ruby
3232

33+
- run: bundle install
34+
3335
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3436
# specify that we want the v1 branch.
3537
- uses: rubygems/release-gem@refs/heads/v1

0 commit comments

Comments
 (0)