Skip to content

Commit 7929527

Browse files
committed
Fix release version patterns
1 parent 4213f5c commit 7929527

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
push:
66
# branches:
77
# - 'main'
8-
tags:
9-
- "v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+.[0-9]+)?"
8+
tags: [ "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*" ]
109
workflow_dispatch:
1110
repository_dispatch:
1211
types: [ webhook ]

0 commit comments

Comments
 (0)