Skip to content

Commit d900a17

Browse files
committed
ci: fix placement of wildcard asterisk
1 parent ef93d83 commit d900a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/joint-publish-extension.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish and Release Extension
33
on:
44
push:
55
tags:
6-
- "*v"
6+
- "v*"
77

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)