Update publish_npm.yaml

Signed-off-by: zhanghengxin <812718649@qq.com>
This commit is contained in:
zhanghengxin 2023-05-24 12:15:51 +08:00 committed by GitHub
parent c124c39e6a
commit 52327ceae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,6 @@ jobs:
npm install @openapitools/openapi-generator-cli -g
- run: npm i
- run: npm run start
- run: npm publish -W
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}