From 2acea3dc8f857780b2932e89e99ed112b2d4e035 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 21 Apr 2024 09:36:30 +0800 Subject: [PATCH] :art: Update CD script --- .github/workflows/cd.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b3071b9f3..25584b4ab 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -158,14 +158,10 @@ jobs: - name: Install Node Dependencies run: pnpm install --no-frozen-lockfile working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app - env: - COREPACK_ENABLE_STRICT: 0 - + - 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 @@ -210,8 +206,6 @@ jobs: - name: Building Electron run: pnpm run ${{ matrix.config.electron_args }} working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app - env: - COREPACK_ENABLE_STRICT: 0 - name: Upload Release uses: actions/upload-release-asset@v1