We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d6e496 + fe828e4 commit 569dc27Copy full SHA for 569dc27
.gitlab-ci.yml
@@ -25,12 +25,12 @@ lint:
25
.only_var_template: &only_tag_release
26
only:
27
variables:
28
- - $CI_COMMIT_TAG =~ /^[0-9.]+$/
+ - $CI_COMMIT_TAG =~ /^v[0-9.]+$/
29
30
.only_var_template: &only_tag_rc
31
32
33
- - $CI_COMMIT_TAG =~ /^[0-9.]+[\-_]*[a-zA-Z]+[a-zA-Z0-9.\-_]*[a-zA-Z0-9]+$/
+ - $CI_COMMIT_TAG =~ /^v[0-9.]+[\-_]*[a-zA-Z]+[a-zA-Z0-9.\-_]*[a-zA-Z0-9]+$/
34
35
.only_var_template: &only_master
36
0 commit comments