From 0d767af80afff70240b990f855bd0cc081a777c5 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 21 Oct 2020 12:51:43 -0700 Subject: [PATCH] fix makefile --- src/install/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/install/Makefile b/src/install/Makefile index 5cf244ad..ccf42b1b 100644 --- a/src/install/Makefile +++ b/src/install/Makefile @@ -4,10 +4,11 @@ release: cd ../../ && go run src/install/updateversion.go git commit -am "bump ${VERSION}" git tag -af v${VERSION} -m "v${VERSION}" + git push + git push --tags cp zsh_autocomplete ../../ cp bash_autocomplete ../../ cd ../../ && goreleaser release - git push cd ../../ && ./src/install/prepare-sources-tarball.sh cd ../../ && ./src/install/upload-src-tarball.sh