diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 316aad1d1..e27ab7952 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish - run: npm publish + run: npm publish --access public env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}