Skip to content

Commit f0590ca

Browse files
committed
correct workflow
1 parent 8b745bc commit f0590ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Release mcp-k8s to npm
22

33
on:
44
workflow_dispatch:
5-
tags:
6-
- '*'
5+
push:
6+
tags:
7+
- '*'
78

89
jobs:
910
release:

0 commit comments

Comments
 (0)