Skip to content

Commit 0ae9c14

Browse files
Decouple MCP NuGet publish from GitHub Release events
The MCP package versions independently from core Testimize, so reacting to release:published (which carries the core v* tag) would publish MCP at the wrong version. Trigger only on mcp-v* tags or manual dispatch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d32a716 commit 0ae9c14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-mcp-nuget.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
tags:
66
- 'mcp-v*.*.*' # Triggers on MCP version tags like mcp-v1.0.0
7-
release:
8-
types: [published]
97
workflow_dispatch:
108
inputs:
119
version:

0 commit comments

Comments
 (0)