File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,21 @@ jobs:
23
23
script :
24
24
- yarn run test:ci
25
25
- stage : release
26
- if : " (tag =~ /^v3 /) AND (NOT (type IN (pull_request)))"
26
+ if : " (tag =~ /^taro-ui@3 /) AND (NOT (type IN (pull_request)))"
27
27
before_install :
28
28
- curl -o- -L https://yarnpkg.com/install.sh | bash
29
29
- export PATH="$HOME/.yarn/bin:$PATH"
30
30
install :
31
31
- yarn --frozen-lockfile
32
32
before_script :
33
- - yarn run clean
33
+ - yarn run clean:component
34
34
script :
35
- - yarn run build
35
+ - yarn run build:component
36
36
before_deploy :
37
37
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
38
38
deploy :
39
39
provider : script
40
- cleanup : false
40
+ skip_cleanup : true
41
41
script : " yarn run publish"
42
42
on :
43
43
tags : true
You can’t perform that action at this time.
0 commit comments