From 93c0162f79ca9325274e6e00d32c53d78606269d Mon Sep 17 00:00:00 2001 From: xudafeng Date: Sun, 10 Sep 2023 19:10:57 +0800 Subject: [PATCH] fix3 --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9e64a2..d1af46a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,8 @@ jobs: run: npm install --force - name: tsc - run: npm run tsc ; + continue-on-error: true + run: npm run tsc - name: Compile artifacts and upload them to github release uses: nick-fields/retry@v2