diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index db59ec62f..1b5592c98 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -123,7 +123,8 @@ jobs: registry-url: 'https://registry.npmjs.org' node-version-file: '.nvmrc' - - name: Build packages + - name: Build + if: steps.cache-build.outputs.cache-hit != 'true' run: yarn build - name: Bump version