diff --git a/.github/workflows/release-deploy-v2.yml b/.github/workflows/release-deploy-v2.yml index 797c73f165..778c66c02b 100644 --- a/.github/workflows/release-deploy-v2.yml +++ b/.github/workflows/release-deploy-v2.yml @@ -198,9 +198,6 @@ jobs: - name: Unsafe Perm set run: npm config set unsafe-perm true - - name: Lerna Boostrap - run: npx lerna bootstrap --ci - - name: Restore Build assets uses: actions/cache/restore@v3 id: restore-sage-lib-build-assets @@ -214,6 +211,9 @@ jobs: if: steps.restore-sage-lib-build-assets.outputs.cache-hit != 'true' run: exit 1 + - name: Lerna Boostrap + run: npx lerna bootstrap --ci + - name: Lerna Publish run: npx lerna publish --registry github --yes