Skip to content

Commit 67f7119

Browse files
committed
chore: update install command in release workflow
1 parent 4820c72 commit 67f7119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: "pnpm"
3232

3333
- name: Install dependencies
34-
run: pnpm install
34+
run: pnpm install --no-frozen-lockfile
3535

3636
- name: Create Release PR or Publish
3737
env:

0 commit comments

Comments
 (0)