From fd0e8f5112fde00d6f1b0ed04e25564d02ed0943 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Wed, 15 Jun 2016 07:16:41 -0700 Subject: [PATCH] push tags then current branch --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e823eaee..f067b377 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ endif @rake package @git commit -a -m "riak-client $(VERSION)" @git tag --sign -a "v$(VERSION)" -m "riak-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)" - @git push --tags master + @git push --tags + @git push @gem push "pkg/riak-client-$(VERSION).gem" @bash ./build/publish $(VERSION)