We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4820c72 commit 67f7119Copy full SHA for 67f7119
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
cache: "pnpm"
32
33
- name: Install dependencies
34
- run: pnpm install
+ run: pnpm install --no-frozen-lockfile
35
36
- name: Create Release PR or Publish
37
env:
0 commit comments