Makefile: install github-release using go modules

This commit is contained in:
Kevin Burke 2023-11-25 21:39:57 -08:00
parent ff030abf6c
commit 666e43adfd
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ test: vet
go test ./...
$(RELEASE): test
go get -u github.com/aktau/github-release
go install github.com/aktau/github-release@latest
release: $(RELEASE)
ifndef version