From 0d43f55ede8a22507c480ee5effda269b0cfbbd7 Mon Sep 17 00:00:00 2001 From: Nathan Shafer Date: Thu, 2 May 2024 15:47:47 -0700 Subject: [PATCH] Make sure we're pushed to origin --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4d70be0..99c80cd 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,6 @@ ifndef ver endif go mod tidy git tag $(ver) + git push origin git push origin --tags GOPROXY=proxy.golang.org go list -m github.com/nshafer/phx@$(ver)