Skip to content

Commit

Permalink
Do not skip development deps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Apr 14, 2022
1 parent 42648ca commit 352ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
ruby-version: 3.1.2
bundler-cache: true
env:
BUNDLE_WITHOUT: default:development
BUNDLE_WITHOUT: default
- name: Build and push
run: bundle exec rake release
env:
Expand Down

0 comments on commit 352ab7f

Please sign in to comment.