Do publish release on homebrew

This commit is contained in:
Guillaume Nodet
2024-12-06 17:48:39 +01:00
parent c8fc604504
commit b0a210d81a

View File

@@ -59,7 +59,7 @@ if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "Guillaume Nodet" git config --global user.name "Guillaume Nodet"
git add -A git add -A
git commit -m "Release ${VERSION}" git commit -m "Release ${VERSION}"
#git push origin master git push origin master
else else
echo "Nothing to commit" echo "Nothing to commit"
fi fi