From c5a2a207096627921f0a68b0b01e6783a46c61e9 Mon Sep 17 00:00:00 2001 From: chenzhongsheng Date: Sat, 23 Mar 2024 10:30:13 +0800 Subject: [PATCH] feat: release yml --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b64ac6b..29e8c92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,10 @@ jobs: ${{ runner.os }}-node- - name: Npm Install - run: npm install --force + run: | + npm cache clean --force + npm config set strict-ssl false + npm install --force - name: Version id: version