Skip to content

Commit 4b1674c

Browse files
fix: update CI workflow regex patterns to support v4.0.0-beta.1 tags
1 parent d9880e6 commit 4b1674c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Espressif-IDE Cross-platform Release
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+"
6+
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
77
- "v[0-9]+\\.[0-9]+\\.[0-9]+-beta(\\.[0-9]+)?"
88

99
env:

0 commit comments

Comments
 (0)