|
@@ -46,6 +46,7 @@ jobs:
|
|
- ./script/build_release rc
|
|
- ./script/build_release rc
|
|
- export RELEASE_TAG=$(cat version.txt)-RC
|
|
- export RELEASE_TAG=$(cat version.txt)-RC
|
|
- git tag ${RELEASE_TAG}
|
|
- git tag ${RELEASE_TAG}
|
|
|
|
+ - ./script/message rc-push
|
|
after_failure:
|
|
after_failure:
|
|
- ./script/message failure
|
|
- ./script/message failure
|
|
deploy:
|
|
deploy:
|