From 20954b1351eec3a47048168884bc72f3d9c303ba Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 11 Feb 2025 23:21:58 +0100 Subject: [PATCH] build(Makefile): fix release target using correct template splice --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 734f4b087..89fb315b7 100644 --- a/Makefile +++ b/Makefile @@ -85,9 +85,8 @@ release: git add CHANGELOG.md ; \ git commit -m "chore(release): $${VERSION}" ; \ git push ; \ - sleep 5 ; \ git tag $${VERSION} ; \ - git push origin ${VERSION} + git push origin $${VERSION} .PHONY: compile compile: