Skip to content

Commit

Permalink
Merge pull request #356 from bastelfreak/ci
Browse files Browse the repository at this point in the history
CI: Install gems in release workflow
  • Loading branch information
bastelfreak authored May 28, 2024
2 parents fff9654 + 5ce9acc commit 044d359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.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'
bundler-cache: true
env:
BUNDLE_WITHOUT: release
- name: Generate database
Expand Down

0 comments on commit 044d359

Please sign in to comment.