Update release.yml

This commit is contained in:
rustmailer
2026-08-31 14:56:16 +08:00
parent 938f9d152c
commit a8b460a885
+1 -2
View File
@@ -60,12 +60,11 @@ jobs:
node-version: 20
- name: Install pnpm
run: npm install -g pnpm
run: npm install -g pnpm@10.18.3
- name: Build frontend (web)
working-directory: ./web
run: |
pnpm approve-builds --yes
pnpm install
pnpm run build