Skip to content

Commit

Permalink
proper tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 3, 2017
1 parent ff35478 commit 69b9040
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ git add --force build/ccxt.php
git add --force ccxt/version.py
git add --force ccxt/exchanges.py
git add --force ccxt/async/exchanges.py
git tag -a "${COMMIT_MESSAGE}"
git commit -a -m "${COMMIT_MESSAGE} [ci skip]"
git tag -a "${COMMIT_MESSAGE}" -m '[ci skip]'
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.git
git push origin --tags HEAD:master
# git push origin HEAD:master
git push origin --tags HEAD:master

0 comments on commit 69b9040

Please sign in to comment.