Skip to content

Commit 620dd47

Browse files
committed
fix: mcpb installation
1 parent 72379a4 commit 620dd47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mcpb-pack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*'
7+
workflow_dispatch:
78

89
jobs:
910
build-and-release:
@@ -36,7 +37,7 @@ jobs:
3637
run: npm ci --omit=dev
3738

3839
- name: Install MCPB
39-
run: npm install -g @anthropics-ai/mcpb
40+
run: npm install -g @anthropic-ai/mcpb
4041

4142
- name: Package extensions
4243
run: |

0 commit comments

Comments
 (0)