Skip to content

Commit 693339a

Browse files
committed
fix: regexp match on ga for tags
1 parent 96773b6 commit 693339a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: "Publish"
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]"
6+
- "v[0-9]+.[0-9]+.[0-9]+"
77
# Alpha versions
8-
- "v[0-9]+.[0-9]+.[0-9]a[0-9]+"
8+
- "v[0-9]+.[0-9]+.[0-9]+a[0-9]+"
99
workflow_dispatch:
1010
inputs:
1111
branch:

0 commit comments

Comments
 (0)