We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b6edb commit 4db663fCopy full SHA for 4db663f
.github/workflows/release.yaml
@@ -39,5 +39,6 @@ jobs:
39
LICENSE.md
40
istio-mcp-server-*
41
- name: Publish npm
42
- run:
43
- make npm-publish
+ run: make npm-publish
+ env:
44
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments