Skip to content

Commit

Permalink
fix(npm): also force install on dry release
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWesterlaken committed Mar 30, 2022
1 parent 1998efc commit 5420360
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 @@ -82,7 +82,7 @@ jobs:
mongodb-version: 4.2

- name: Install
run: npm i
run: npm i -f

- name: Release (dry)
run: npm run semantic-release-dry
Expand Down

0 comments on commit 5420360

Please sign in to comment.