Skip to content

Commit e7c5814

Browse files
committed
feat: add workflow dispatch trigger to version synchronization workflow
Enhance the GitHub Actions workflow by adding a workflow_dispatch trigger, allowing manual execution of the version synchronization process. This provides greater flexibility in managing version updates for MCP and CLI repositories.
1 parent 0cae833 commit e7c5814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Sync version to MCP and CLI repos
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
sync-version:

0 commit comments

Comments
 (0)