diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d9d4307..9ccae01 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,6 +28,6 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - run: yarn install --frozen-lockfile - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file