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}