From abe3b3bbe3b5cbcc51d02139afe5a4a1db749aef Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Thu, 18 Aug 2022 17:18:23 +0300 Subject: [PATCH] fix: invalidate cache action --- .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 d5ce806b..adac3262 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