Skip to content

Commit 49ede5a

Browse files
committed
fix tag glob pattern
1 parent 72ada8d commit 49ede5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/verify-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'v[0-9]+'
1010
- 'v[0-9]+.[0-9]+'
1111
- 'v[0-9]+.[0-9]+.[0-9]+'
12-
- 'v[0-9]+.[0-9]+.[0-9]+-.*'
12+
- 'v[0-9]+.[0-9]+.[0-9]+-*'
1313
pull_request:
1414

1515
env:

0 commit comments

Comments
 (0)