From e265ce3f9c92afc6b14c83abde70c1402c22f0c4 Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Fri, 18 Oct 2024 17:21:58 +0700 Subject: [PATCH] update: makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e40f137..fe83b58 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ remove_tag: @${GIT} tag -d ${CUR_TAG} @${GIT} push ${GIT_REMOTE} -d ${CUR_TAG} check_tag: - @echo "Previous tag: $(PREV_TAG)"; @echo "Current tag: $(CUR_TAG)"; push_release_all: ${GORELEASER} release --clean -f .goreleaser.yaml