PR-128452: fixing publishing to npm.

This commit is contained in:
2025-04-11 06:46:53 +00:00
parent 04c03f7404
commit 32fd90f55b
3 changed files with 4 additions and 4 deletions

View File

@ -92,4 +92,4 @@ jobs:
- run: npm ci
- run: npm publish --access=public
env:
NPM_PERSONAL_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}