From d8bbd37e429afaa796c79689bb0528d8419b9eb5 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Tue, 13 Jan 2026 21:21:28 -0800 Subject: [PATCH] Push after publish commits --- publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/publish.sh b/publish.sh index 138d789..85a408e 100644 --- a/publish.sh +++ b/publish.sh @@ -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