From 949ab5893dbf77d5f215cc071f22c41b133dabd3 Mon Sep 17 00:00:00 2001 From: Darrel Herbst Date: Fri, 29 Dec 2023 08:54:49 -0500 Subject: [PATCH] Corrected gh-release target --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d490f34..3c38607 100644 --- a/makefile +++ b/makefile @@ -39,7 +39,7 @@ image: build # gh-release creates a new release in github and uploads the built binary. gh-release: - gh release create ${VERSION} 'bin/septa.zip' + gh release create v${VERSION} install-mango-doc: go install github.com/dherbst/mango-doc@latest