diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c96f20..0af4f76 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,10 +45,11 @@ jobs: yarn install-peers - name: Compile TypeScript (First time) - run: yarn compile + run: yarn compile || true - name: Compile TypeScript (Second time) run: yarn compile + continue-on-error: true - name: Determine version run: |