Skip to content

Commit

Permalink
Revert "chore: Install without frozen lockfile during release."
Browse files Browse the repository at this point in the history
This reverts commit efaeaaa.
  • Loading branch information
Mike Nikles committed Mar 15, 2021
1 parent efaeaaa commit 009f7de
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 install -g pnpm

- name: Install Dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

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

0 comments on commit 009f7de

Please sign in to comment.