From 7d621f0e0f431e4c5875ba06bb2dd34f41aeffba Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 11 Feb 2025 23:14:53 +0100 Subject: [PATCH] build(Makefile): release - wait before tagging [skip ci] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d06454643..734f4b087 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,7 @@ release: git add CHANGELOG.md ; \ git commit -m "chore(release): $${VERSION}" ; \ git push ; \ + sleep 5 ; \ git tag $${VERSION} ; \ git push origin ${VERSION}