diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 6214eff..25a5cfd 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -27,7 +27,7 @@ jobs: name: package path: '*.tgz' - name: 🚀 Publish Package - run: npm publish + run: npm publish --access public if: startsWith(github.ref, 'refs/tags/v') env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}