diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a010a21..339ff1f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,4 +48,4 @@ jobs: - name: Publishing the package env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm publish + run: npm publish --access public