diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ada3fe576..1ece9baed 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -39,4 +39,4 @@ jobs: if: ${{ steps.release.outputs.releases_created }} env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - run: npm run publish + run: npm publish --access public