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 2352234 commit eb0e247Copy full SHA for eb0e247
.travis.yml
@@ -1,3 +1,4 @@
1
+version: ">= 1.0.0"
2
language: node_js
3
node_js:
4
- "10"
@@ -22,7 +23,7 @@ jobs:
22
23
script:
24
- yarn run test:ci
25
- stage: release
- if: "(branch IN (master, ui-next)) AND (NOT (type IN (pull_request)))"
26
+ if: "(branch IN (master, ui-next)) AND (NOT (type IN (pull_request))) AND (tag =~ /^v3/)"
27
before_install:
28
- curl -o- -L https://yarnpkg.com/install.sh | bash
29
- export PATH="$HOME/.yarn/bin:$PATH"
@@ -36,7 +37,7 @@ jobs:
36
37
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
38
deploy:
39
provider: script
- skip_cleanup: true
40
+ cleanup: false
41
script: "yarn run publish"
42
on:
43
tags: true
0 commit comments