diff --git a/scripts/git-push.sh b/scripts/git-push.sh index 624cd5c..9508c1a 100755 --- a/scripts/git-push.sh +++ b/scripts/git-push.sh @@ -2,5 +2,5 @@ set -e git add . -git commit -m "chore: format & readme update" +git commit --allow-empty -m "chore: automatic code formatting & readme update" git push origin master --force