From e931ee00cec3b36096a655eaa9ef196f59c6aa09 Mon Sep 17 00:00:00 2001 From: Vadim Yavorsky Date: Fri, 12 Jan 2024 16:23:48 +0200 Subject: [PATCH] Fix build --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |