diff --git a/push.sh b/push.sh index b15eec14c40f..f575dc38b669 100755 --- a/push.sh +++ b/push.sh @@ -8,7 +8,7 @@ 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 '${COMMIT_MESSAGE}' +git tag -a '${COMMIT_MESSAGE}' -m '[ci skip]' git commit -a -m '${COMMIT_MESSAGE} [ci skip]' git remote remove origin git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.git