diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ff0872f..9299e0c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: # === `master` branch === - name: Publish to NPM if: github.ref == 'refs/heads/master' - run: npm publish ./dist --tag latest + run: npm publish ./dist --tag latest --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}