diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4485c51693..beb58c45e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: with: path: | node_modules - */*/node_modules + **/node_modules key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - name: Install project dependencies @@ -33,7 +33,6 @@ jobs: run: yarn - name: Bootstrap - if: steps.yarn-cache.outputs.cache-hit != 'true' run: | yarn bootstrap @@ -73,7 +72,7 @@ jobs: with: path: | node_modules - */*/node_modules + **/node_modules key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - name: Install project dependencies @@ -81,7 +80,6 @@ jobs: run: yarn - name: Bootstrap - if: steps.yarn-cache.outputs.cache-hit != 'true' run: | yarn bootstrap @@ -148,7 +146,7 @@ jobs: with: path: | node_modules - */*/node_modules + **/node_modules key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - name: Install project dependencies @@ -156,7 +154,6 @@ jobs: run: yarn - name: Bootstrap - if: steps.yarn-cache.outputs.cache-hit != 'true' run: | WHITELABEL=1 yarn bootstrap