diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad7ab3d..93a32e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,6 @@ jobs: run: npm run build - name: Publish to npm - run: npx lerna publish --no-private from-git --yes + run: npx lerna publish --no-private from-git --yes --no-verify-access env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}