Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 4d6e496 commit c97c28fCopy full SHA for c97c28f
.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