Commit 7aba738
authored
Infra: Improve create release step with regex matching (#2092)
Bash apparently support regex with the `=~` operator, so we can have a
more robust check here. This will only accept version strings that are
in the format `0.<version>` where `<version>` is a number with 3 or more
digits.1 parent 3e1c94e commit 7aba738
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments