diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e1ee663..084b2c1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,6 @@ jobs: run: yarn build - name: Publish to NPM - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}