diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67582dd05..5df62ddc2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,6 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies - if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --immutable - name: Build @@ -144,7 +143,6 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies - if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --immutable - name: Build @@ -196,7 +194,6 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies - if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --immutable - name: Build @@ -248,7 +245,6 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies - if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --immutable - name: Build @@ -324,7 +320,6 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies - if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --immutable - name: Build