diff --git a/build/publish-on-homebrew.sh b/build/publish-on-homebrew.sh index f6a2444ca..154cee060 100755 --- a/build/publish-on-homebrew.sh +++ b/build/publish-on-homebrew.sh @@ -59,7 +59,7 @@ if [ -n "$(git status --porcelain)" ]; then git config --global user.name "Guillaume Nodet" git add -A git commit -m "Release ${VERSION}" - #git push origin master + git push origin master else echo "Nothing to commit" fi