From c7d5ae03efb42579e832beefd4f8d1732fc5257d Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Thu, 18 Aug 2022 17:26:00 +0300 Subject: [PATCH] fix: invalidate cache action (#2138) --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d5ce806bb9..adac326210 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -96,8 +96,7 @@ jobs: invalidate-cache: name: Clear cache runs-on: ubuntu-latest - needs: [check-version, publish-npm, publish-cli-s3, publish-cdn] - if: needs.check-version.outputs.changed == 'true' + needs: [publish, publish-cdn] steps: - name: Checkout repository uses: actions/checkout@v3