update: makefile

This commit is contained in:
KaySar12 2024-10-18 17:21:58 +07:00
parent 3750dfee56
commit e265ce3f9c

View File

@ -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