Some tweaks on publishing scripts.

This commit is contained in:
Jürg Lehni 2017-04-20 18:16:21 +02:00
parent 118deea20b
commit 966425d962
3 changed files with 12 additions and 6 deletions

View file

@ -16,7 +16,7 @@
# travis encrypt GH_TOKEN=<TOKEN> --add
git config user.name "Paper.js Bot"
git config user.email "bot@paperjs.org"
git config credential.helper "store --file=.git/credentials"
git config credential.helper "store --file .git/credentials"
echo "https://${GH_TOKEN}:@github.com" > .git/credentials
# It took ages to figures this one out: