diff --git a/scripts/release.sh b/scripts/release.sh index 76cb2dbfb..74f3c0b95 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -26,8 +26,6 @@ if [ ! -z "${third_semver##*[!0-9]*}" ]; then echo $new_tag > "VERSION" git add "VERSION" git commit -m"Updating VERSION" - git tag $new_tag - git push origin $new_tag git push popd fi