diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index bf6792c2..f8bc46d6 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -46,4 +46,5 @@ jobs: - name: Publish package on NPM 📦 if: steps.is-release-needed.outputs.is-release-needed == 'true' run: | + npm config set registry http://registry.npmjs.org npm publish --workspace=${{ matrix.package }}