Skip to content

Commit

Permalink
fix: invalidate cache action (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk committed Aug 18, 2022
1 parent 0b87d25 commit c7d5ae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7d5ae0

Please sign in to comment.