From 37ae98c6a441079710a0f96de21bdc70b4af6154 Mon Sep 17 00:00:00 2001 From: Vic Shostak Date: Thu, 17 Mar 2022 19:49:06 +0300 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 864b300..5062ac0 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build: test goreleaser --snapshot --skip-publish --rm-dist release: test - git tag -a v$(VERSION) -m "v$(VERSION)" + git tag -a v$(VERSION) -m "$(VERSION)" goreleaser --snapshot --skip-publish --rm-dist build-and-push-images: test