diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 10b3a56..c1f151e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: run: npm run build - name: Publish to NPM - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}