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