diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index 859d23d..72750f0 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -70,7 +70,7 @@ jobs: git commit -a -m "Bump dev version" - run: | - npm publish --access public --tag next + npm publish --tag next env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}