diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4a7de1..a7fa20d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,6 @@ jobs: run: yarn build - name: Publish source run: | - npm publish || true + npm publish --access public || true env: NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}' \ No newline at end of file