Skip to content

Commit 4db663f

Browse files
committed
fix build
1 parent f3b6edb commit 4db663f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939
LICENSE.md
4040
istio-mcp-server-*
4141
- name: Publish npm
42-
run:
43-
make npm-publish
42+
run: make npm-publish
43+
env:
44+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)