Skip to content

Commit

Permalink
ci: allow for frozen lockfile on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed May 20, 2021
1 parent 005dedd commit 1479dea
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 @@ -25,7 +25,7 @@ jobs:
run: npm i -g pnpm

- name: Install Dependencies
run: pnpm i
run: pnpm i --frozen-lockfile=false

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit 1479dea

Please sign in to comment.