diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 88088acd..1c62d135 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -37,7 +37,7 @@ jobs: run: npm run test:ci if: ${{ steps.release.outputs.release_created }} - name: Publish to npm - run: npm publish + run: npm publish --access public if: ${{ steps.release.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}