Push after publish commits

This commit is contained in:
Jack Kingsman
2026-01-13 21:21:28 -08:00
parent ecce1e8fa8
commit d8bbd37e42

View File

@@ -115,6 +115,7 @@ echo
echo -e "${YELLOW}Committing changes...${NC}"
git add .
git commit -m "Updating changelog + build for $VERSION"
git push
echo -e "${GREEN}Changes committed!${NC}"
echo