Update npm-publish.yml

This commit is contained in:
2023-06-12 02:03:43 +10:00
committed by GitHub
parent b800457efe
commit e15a4952ae

View File

@@ -26,4 +26,4 @@ jobs:
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- run: npm publish - run: npm publish
env: env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}} NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}