From 922b539d850e68e9bb479cc1a101cc0e2c7d4e09 Mon Sep 17 00:00:00 2001 From: Alexei Ledenev Date: Wed, 7 Apr 2021 15:43:22 +0300 Subject: [PATCH] multi arch/os --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a08909..a15ee52 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ lint: setup-lint; $(info $(M) running golangci-lint...) @ ## Run golangci-lint l # generate github draft release .PHONY: github-release -github-release: setup-ghr release | check_file_types; $(info $(M) generating github draft release...) @ ## run ghr tool +github-release: setup-ghr | release check_file_types; $(info $(M) generating github draft release...) @ ## run ghr tool ifndef RELEASE_TOKEN $(error RELEASE_TOKEN is undefined) endif