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