diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d9771d..6aca511 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,6 +44,6 @@ jobs: - name: Publish to NPM if: env.version_changed == 'true' - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file