Skip to content

Commit

Permalink
fix: CI publish (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Castillo Delgado authored Nov 6, 2023
1 parent 935211f commit 08aae91
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
with:
path: |
node_modules
*/*/node_modules
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install project dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn

- name: Bootstrap
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
yarn bootstrap
Expand Down Expand Up @@ -73,15 +72,14 @@ jobs:
with:
path: |
node_modules
*/*/node_modules
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install project dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn

- name: Bootstrap
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
yarn bootstrap
Expand Down Expand Up @@ -148,15 +146,14 @@ jobs:
with:
path: |
node_modules
*/*/node_modules
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install project dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn

- name: Bootstrap
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
WHITELABEL=1 yarn bootstrap
Expand Down

0 comments on commit 08aae91

Please sign in to comment.