Skip to content

Commit 3477ee8

Browse files
committed
Add chart choices to release workflow
1 parent 437cb0d commit 3477ee8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/chart-release.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ on:
1919
default: release
2020
chart:
2121
description: Chart name for delete/reupload (e.g. mcpo, or all for every chart)
22-
type: string
22+
type: choice
23+
options:
24+
- all
25+
- atlassian
26+
- claude-code-api
27+
- copilot-api
28+
- gitlab
29+
- homeassistant
30+
- kubernetes
31+
- mcpo
32+
- mcp-library
33+
- playwright
34+
- search
2335
required: false
2436
version:
2537
description: Chart version for delete/reupload (e.g. 0.3.2, or all for every version)

0 commit comments

Comments
 (0)