Skip to content

Commit a9885dd

Browse files
authored
ci: Fix regex (#8)
1 parent 1a47993 commit a9885dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run-name: "${{ github.workflow }} (${{ github.ref_name }})"
44
on:
55
push:
66
tags:
7-
- v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+)?
7+
- v[0-9]+.[0-9]+.[0-9]+-?[a-zA-Z0-9]*
88

99
defaults:
1010
run:

0 commit comments

Comments
 (0)