From e01814772fa1c50caab7ae9eaec4f24f33130c27 Mon Sep 17 00:00:00 2001 From: enokawa Date: Fri, 2 Oct 2020 23:47:10 +0900 Subject: [PATCH] Fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index edff7cb..375d75c 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ packages: goxz -pv=$(VERSION) -static -build-ldflags=$(BUILD_LDFLAGS) -d=./pkg/$(VERSION) release: - ghr $(VERSION) pkg/$(VERSION) + ghr $(VERSION) -n $(VERSION) pkg/$(VERSION)