Skip to content

Commit b7a94c9

Browse files
committed
fix: cicd
1 parent 913a93a commit b7a94c9

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
@@ -32,7 +32,7 @@ jobs:
3232
cache: pnpm
3333

3434
- name: Install dependencies
35-
run: pnpm install --frozen-lockfile
35+
run: pnpm install --no-frozen-lockfile
3636

3737
- name: Package
3838
run: pnpm package

0 commit comments

Comments
 (0)