Skip to content

Commit

Permalink
Do publish release on homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Dec 6, 2024
1 parent c8fc604 commit b0a210d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/publish-on-homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0a210d

Please sign in to comment.