Skip to content

Commit 89cc993

Browse files
authored
ci: fix tag matching (#26)
1 parent b2c98a4 commit 89cc993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish-on-tag
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- 'chrome-devtools-mcp-v*'
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)