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.
This commit is contained in:
Mauricio Siu
2026-04-17 14:44:04 -06:00
parent 0cae8330e2
commit e7c581476e

View File

@@ -3,6 +3,7 @@ name: Sync version to MCP and CLI repos
on: on:
release: release:
types: [published] types: [published]
workflow_dispatch:
jobs: jobs:
sync-version: sync-version: