File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ install:
1111- yarn test
1212script :
1313- ./build.sh
14- after_success :
15- - GREN_GITHUB_TOKEN=$GITHUB_TOKEN yarn release
1614after_script :
1715- ./notify.sh
1816cache : yarn
Original file line number Diff line number Diff line change 22yarn stdver
33
44yarn build
5-
6- git remote add github https://$GITHUB_TOKEN @github.com/{{ownerName}}/{{componentName}}.git > /dev/null 2>&1
7- git push github HEAD:master --follow-tags
8-
Original file line number Diff line number Diff line change 55 exit 1
66fi
77
8+ git remote add github https://$GITHUB_TOKEN @github.com/{{ownerName}}/{{componentName}}.git > /dev/null 2>&1
9+ git push github HEAD:master --follow-tags
10+
11+ GREN_GITHUB_TOKEN=$GITHUB_TOKEN yarn release
12+
813url=https://api.github.com/repos/{{ownerName}}/{{componentName}}/releases/latest
914resp_tmp_file=resp.tmp
1015
You can’t perform that action at this time.
0 commit comments