Skip to content

Commit

Permalink
Update publish_npm.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: zhanghengxin <[email protected]>
  • Loading branch information
zhanghengxin authored May 24, 2023
1 parent 118d3ab commit 6dc5d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
npm install @openapitools/openapi-generator-cli -g
- run: npm i
- run: npm run start
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 6dc5d8c

Please sign in to comment.