From 08aae91fdf096d95be8c3f6905d1fb6b2c108b42 Mon Sep 17 00:00:00 2001 From: Arturo Castillo Delgado Date: Mon, 6 Nov 2023 15:55:33 +0100 Subject: [PATCH] fix: CI publish (#2197) --- .github/workflows/publish.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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