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:
2323 script :
2424 - yarn run test:ci
2525 - stage : release
26- if : " (tag =~ /^v3 /) AND (NOT (type IN (pull_request)))"
26+ if : " (tag =~ /^taro-ui@3 /) AND (NOT (type IN (pull_request)))"
2727 before_install :
2828 - curl -o- -L https://yarnpkg.com/install.sh | bash
2929 - export PATH="$HOME/.yarn/bin:$PATH"
3030 install :
3131 - yarn --frozen-lockfile
3232 before_script :
33- - yarn run clean
33+ - yarn run clean:component
3434 script :
35- - yarn run build
35+ - yarn run build:component
3636 before_deploy :
3737 - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
3838 deploy :
3939 provider : script
40- cleanup : false
40+ skip_cleanup : true
4141 script : " yarn run publish"
4242 on :
4343 tags : true
You can’t perform that action at this time.
0 commit comments