From ef3a1293a118ca1ff8b0467ff1bcb62178532831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8F=E5=B0=98?= <1406993111@qq.com> Date: Tue, 7 Jan 2025 12:34:22 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5189cf9..8a223e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,9 +80,6 @@ jobs: asset_name: halo-theme-dream2.0-plus-V${{ env.version }}.zip asset_content_type: application/zip - - name: npm cache clean - if: ${{ env.branch_type == 'master' }} - run: npm cache clean - name: npm ci if: ${{ env.branch_type == 'master' }} run: npm ci