Skip to content

Commit 6fd1902

Browse files
committed
update tag filter
1 parent ae6bfa0 commit 6fd1902

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
@@ -3,7 +3,7 @@ name: release
33
on:
44
push:
55
branches-ignore: [ '**' ]
6-
tags: [ 'v*.*.*' ]
6+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
77

88
jobs:
99

0 commit comments

Comments
 (0)