build: push version

This commit is contained in:
ardocrat 2024-08-10 12:15:40 +03:00
parent 7f79cc0708
commit 5c1ffb5636

View file

@ -94,5 +94,6 @@ git commit -m "release: v$VERSION_NEXT"
# Create git tag for new version # Create git tag for new version
# ================================== # ==================================
# Create a tag at master branch # Create a tag and push to master branch
git tag "v$VERSION_NEXT" master git tag "v$VERSION_NEXT" master
git push origin master --follow-tags