diff --git a/Makefile b/Makefile index 21ccf35..651fb50 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ collect_artifacts: cp -rv $(DIST_DIR)/* artifacts release: - go get -u github.com/tcnksm/ghr + go install github.com/tcnksm/ghr@latest ghr -prerelease -n $$RELEASE_VERSION $$RELEASE_VERSION artifacts/ clean: