Skip to content

Commit 2d49c6e

Browse files
kolipakakondalalirana01
authored andcommitted
fix: regex issue with the tags
1 parent 5649380 commit 2d49c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_release.yml

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

99
env:
1010
ARCHIVE_PREFIX: com.espressif.idf.update-

0 commit comments

Comments
 (0)