From b0a210d81a7af62543be0cad43f87072d51c4810 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 6 Dec 2024 17:48:39 +0100 Subject: [PATCH] Do publish release on homebrew --- build/publish-on-homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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