Skip to content

Commit 4670836

Browse files
committed
ci: fix release regex (#109)
Signed-off-by: Niccolò Fei <[email protected]>
1 parent d3103b0 commit 4670836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release-publish
33
on:
44
push:
55
tags:
6-
- '[a-z-]+-v[0-9]+.[0-9]+.[0-9]+'
6+
- '*v[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)