We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c46c3 commit d37ab5bCopy full SHA for d37ab5b
.travis.yml
@@ -20,7 +20,7 @@ deploy:
20
skip_cleanup: true
21
on:
22
all_branches: true
23
- condition: '"$TRAVIS_TAG" =~ "^v[0-9]"'
+ condition: '"$TRAVIS_TAG" =~ ^v[0-9]'
24
- provider: releases
25
api_key: "$GITHUB_TOKEN"
26
file_glob: true
@@ -29,7 +29,7 @@ deploy:
29
30
31
32
- condition: '"$TRAVIS_TAG" =~ "^v[0-9]" && $NPM_TAG = next'
+ condition: '"$TRAVIS_TAG" =~ ^v[0-9] && $NPM_TAG = next'
33
34
35
@@ -38,4 +38,4 @@ deploy:
38
39
40
41
- condition: '"$TRAVIS_TAG" =~ "^v[0-9]" && $NPM_TAG = latest'
+ condition: '"$TRAVIS_TAG" =~ ^v[0-9] && $NPM_TAG = latest'
0 commit comments