build(Makefile): release - wait before tagging [skip ci]
This commit is contained in:
parent
6dda12cc66
commit
7d621f0e0f
1
Makefile
1
Makefile
@ -85,6 +85,7 @@ release:
|
|||||||
git add CHANGELOG.md ; \
|
git add CHANGELOG.md ; \
|
||||||
git commit -m "chore(release): $${VERSION}" ; \
|
git commit -m "chore(release): $${VERSION}" ; \
|
||||||
git push ; \
|
git push ; \
|
||||||
|
sleep 5 ; \
|
||||||
git tag $${VERSION} ; \
|
git tag $${VERSION} ; \
|
||||||
git push origin ${VERSION}
|
git push origin ${VERSION}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user