Skip to content

Commit 9976ff0

Browse files
committed
ci: don't touch the lockfile
Should fix the problem with the git state getting dirty
1 parent 1c0661e commit 9976ff0

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
@@ -26,7 +26,7 @@ jobs:
2626
cache: 'pnpm'
2727
cache-dependency-path: web/pnpm-lock.yaml
2828
- name: Install dependencies
29-
run: pnpm install
29+
run: pnpm install --frozen-lockfile
3030
working-directory: web
3131
- name: Build the website
3232
run: pnpm run build

0 commit comments

Comments
 (0)