Skip to content

Commit 543bbb4

Browse files
committed
switch cli to workflow dispatch
1 parent 22961ef commit 543bbb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-xmcp-dev-cli.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Publish @xmcp-dev/cli
22

33
on:
4-
push:
5-
tags:
6-
- "@xmcp-dev/cli@*"
4+
workflow_dispatch:
75

86
permissions:
97
id-token: write

0 commit comments

Comments
 (0)