diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index b89b6a8..c28e7f7 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -95,7 +95,7 @@ jobs: - name: Publish run: | - npx napi pre-publish -t npm --skip-gh-release + npx napi pre-publish -t npm --no-gh-release npm publish --access public --provenance --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}