From 1579ef04f089af8e73b7dff81d627257282f7752 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 21 Apr 2024 00:35:28 +0800 Subject: [PATCH] :art: Update CD script --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 430d51c57..142c5c235 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -156,6 +156,8 @@ jobs: - name: Building UI run: pnpm run build working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app + env: + COREPACK_ENABLE_STRICT: 0 - name: Remove Build Directory uses: JesseTG/rm@v1.0.2