Skip to content

Commit 859d96f

Browse files
committed
wip
1 parent 7688156 commit 859d96f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- uses: pnpm/action-setup@v4
2626
with:
2727
version: 8
28-
run_install: true
28+
run_install: |
29+
- recursive: true
30+
args: [--frozen-lockfile]
2931
3032
- name: Create Release
3133
env:

0 commit comments

Comments
 (0)