Skip to content

Commit a3a67d5

Browse files
author
mcp-release-bot
committed
debug: add workflow_dispatch to release workflow for manual testing
1 parent e756839 commit a3a67d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
8+
inputs:
9+
tag:
10+
description: 'Tag to release (e.g., v0.3.5)'
11+
required: true
12+
type: string
713

814
env:
915
PYTHON_VERSION: "3.13"

0 commit comments

Comments
 (0)