diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e457f51..3065026 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -57,7 +57,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - name: Publish - run: pnpm publish + run: pnpm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} if: ${{ steps.release.outputs.release_created }} \ No newline at end of file