From fbf7a61bc90671db5a46fcaf24da0ebd8ed7adf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 7 Feb 2023 10:26:59 +0100 Subject: [PATCH] chore: fix build cache on publishing workflow --- .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 db59ec62f..1b5592c98 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -123,7 +123,8 @@ jobs: registry-url: 'https://registry.npmjs.org' node-version-file: '.nvmrc' - - name: Build packages + - name: Build + if: steps.cache-build.outputs.cache-hit != 'true' run: yarn build - name: Bump version