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)