Update publish_binary.sh

This commit is contained in:
chriseth 2016-09-30 18:27:18 +02:00 committed by GitHub
parent 0f08c1366b
commit a8353b7028

View File

@ -86,5 +86,5 @@ node ./update
cd bin
git add .
git add ../soljson.js
git commit -m "Added compiler version $VER"
git commit -m "Added compiler version $FULLVERSION"
git push origin gh-pages