From ef390a2f3ed0e6a1aa26efd9ff7d7485b005b160 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 30 Dec 2021 16:17:02 +0800 Subject: [PATCH] Makefile: force push tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23b88c32b..1dd2a10cf 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ version: pkg/version/version.go pkg/version/dev.go migrations git add -v doc/release/$(VERSION).md && git commit doc/release/$(VERSION).md -m "add release note" || true git tag -f $(VERSION) git push origin HEAD - git push origin $(VERSION) + git push -f origin $(VERSION) migrations: rockhopper compile --config rockhopper_mysql.yaml --output pkg/migrations/mysql