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: