Skip to content

Commit 4f33c2d

Browse files
committed
simplify to just adding 0-9
1 parent 6bd7505 commit 4f33c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [ main ]
99
push:
10-
tags: [ '[A-Za-z0-9_]+-v[0-9]+.[0-9]+.[0-9]+' ]
10+
tags: [ '[A-z0-9]+-v[0-9]+.[0-9]+.[0-9]+' ]
1111

1212
jobs:
1313
publish:

0 commit comments

Comments
 (0)