From b3c06dc19d5ba396336615cb404cd394bd3e9f30 Mon Sep 17 00:00:00 2001
From: Casey Lee <caseypl@amazon.com>
Date: Mon, 16 Jan 2023 09:57:35 -0800
Subject: [PATCH] chore: fix promote script

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c6ea03f..5929090 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,8 @@ endif
 	git add VERSION
 	git commit -m "chore: bump VERSION to $(NEW_VERSION)"
 	git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
-	git push --follow-tags
+	git push origin master
+	git push origin v$(NEW_VERSION)
 
 .PHONY: snapshot
 snapshot: