File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ deploy:
20
20
skip_cleanup : true
21
21
on :
22
22
all_branches : true
23
- condition : ' "$TRAVIS_TAG" =~ " ^v[0-9]" '
23
+ condition : ' "$TRAVIS_TAG" =~ ^v[0-9]'
24
24
- provider : releases
25
25
api_key : " $GITHUB_TOKEN"
26
26
file_glob : true
@@ -29,7 +29,7 @@ deploy:
29
29
skip_cleanup : true
30
30
on :
31
31
all_branches : true
32
- condition : ' "$TRAVIS_TAG" =~ " ^v[0-9]" && $NPM_TAG = next'
32
+ condition : ' "$TRAVIS_TAG" =~ ^v[0-9] && $NPM_TAG = next'
33
33
- provider : releases
34
34
api_key : " $GITHUB_TOKEN"
35
35
file_glob : true
@@ -38,4 +38,4 @@ deploy:
38
38
skip_cleanup : true
39
39
on :
40
40
all_branches : true
41
- condition : ' "$TRAVIS_TAG" =~ " ^v[0-9]" && $NPM_TAG = latest'
41
+ condition : ' "$TRAVIS_TAG" =~ ^v[0-9] && $NPM_TAG = latest'
You can’t perform that action at this time.
0 commit comments