Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit ff986c0

Browse files
committed
chore: add --frozen-lockfile in release pnpm install
1 parent cdbb659 commit ff986c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ jobs:
6060
restore-keys: |
6161
${{ runner.os }}-pnpm-store-
6262
63+
- name: Show changes
64+
run: git status --porcelain
65+
6366
- name: Install dependencies
64-
run: pnpm install
67+
run: pnpm install --frozen-lockfile
6568

6669
- name: Release
6770
run: |

0 commit comments

Comments
 (0)