From 5007d0cd55a094be496ecf0ac7d071fddcf96bef Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 2 Dec 2016 13:42:42 +0100 Subject: [PATCH] fix git operation --- tools/release/release-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/release/release-ci.sh b/tools/release/release-ci.sh index df6066e0d..647b21ef8 100755 --- a/tools/release/release-ci.sh +++ b/tools/release/release-ci.sh @@ -23,6 +23,7 @@ cp $GOPATH/bin/v2ray-${TRAVIS_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official pushd ${INSTALL_DIR} git config user.name "V2Ray Auto Build" git config user.email "admin@v2ray.com" +git add -A git commit -m "Update for ${TRAVIS_TAG}" git push "https://${GIT_KEY_INSTALL}@github.com/v2ray/install.git" master popd