Skip to content

Commit 7f5aa47

Browse files
committed
reverted push.sh
1 parent a5371fe commit 7f5aa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git config --global user.email "travis@travis-ci.org"
55
git config --global user.name "Travis CI"
66
git add --force build/ccxt.browser.js
77
git commit -a -m "${COMMIT_MESSAGE}" -m '[ci skip]'
8-
git tag -a "${COMMIT_MESSAGE}" # -m "${LAST_COMMIT_MESSAGE}" -m "" -m "[ci skip]"
8+
git tag -a "${COMMIT_MESSAGE}" -m "${LAST_COMMIT_MESSAGE}" -m "" -m "[ci skip]"
99
git remote remove origin
1010
git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt/ccxt.git
1111
git push origin --tags HEAD:master

0 commit comments

Comments
 (0)