Skip to content

Commit d6a01b3

Browse files
committed
fix release tag pattern
1 parent fc9c372 commit d6a01b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- '^[0-9]+.[0-9]+.[0-9]+.*'
4+
- '[0-9]+.[0-9]+.[0-9]+*'
55

66
# branches:
77
# - master

0 commit comments

Comments
 (0)