diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e72aaa3..3a3c9aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,6 @@ jobs: node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm install - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}