Skip to content

Commit 2952ce5

Browse files
committed
fix release action tags pattern
1 parent d1782ba commit 2952ce5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ permissions:
55
on:
66
push:
77
tags:
8-
- '[0-9]+.[0-9]+.[0-9]+(-dev.[0-9]+)?'
8+
- '[0-9]+.[0-9]+.[0-9]+'
9+
- '[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+'
910

1011
env:
1112
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)