summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCasey Lee <caseypl@amazon.com>2023-01-16 18:57:35 +0100
committerCasey Lee <caseypl@amazon.com>2023-01-16 18:57:35 +0100
commitb3c06dc19d5ba396336615cb404cd394bd3e9f30 (patch)
tree9339d3c1d9d9222a521bc16b60439112add3348f /Makefile
parentchore: bump version (diff)
downloadforgejo-act-b3c06dc19d5ba396336615cb404cd394bd3e9f30.tar.xz
forgejo-act-b3c06dc19d5ba396336615cb404cd394bd3e9f30.zip
chore: fix promote script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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: