Skip to content

Commit 8fcfb0e

Browse files
committed
chore: update npm for release
Signed-off-by: Tomas Weiss <[email protected]>
1 parent c31b4aa commit 8fcfb0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ jobs:
152152
with:
153153
packages-dir: apps/agentstack-cli/dist
154154

155+
- name: Update npm
156+
working-directory: apps/agentstack-sdk-ts
157+
run: npm install -g npm@latest
158+
155159
- name: Publish TS SDK
156160
working-directory: apps/agentstack-sdk-ts
157161
run: npm publish

0 commit comments

Comments
 (0)