From e7c581476ea8d2d7c679e6038d491f7408f71ecb Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Fri, 17 Apr 2026 14:44:04 -0600 Subject: [PATCH] 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. --- .github/workflows/sync-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-version.yml b/.github/workflows/sync-version.yml index aad018634..5b97d2435 100644 --- a/.github/workflows/sync-version.yml +++ b/.github/workflows/sync-version.yml @@ -3,6 +3,7 @@ name: Sync version to MCP and CLI repos on: release: types: [published] + workflow_dispatch: jobs: sync-version: