Skip to content

Commit 571f44d

Browse files
fix: update the tags for beta versions
1 parent 10b5d98 commit 571f44d

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
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- "v[0-9]+.[0-9]+.[0-9]+"
7-
- "v[0-9]+\\.[0-9]+\\.[0-9]+-beta"
7+
- "v[0-9]+\\.[0-9]+\\.[0-9]+-beta(\\.[0-9]+)?"
88

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

0 commit comments

Comments
 (0)