diff --git a/bin/release.sh b/bin/release.sh index bd9d4d211..99b39fb5d 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -43,8 +43,7 @@ do if [[ $(git log --pretty="%d" -n 1 | grep tag --count) -eq 0 ]]; then echo "Releasing $REMOTE" git tag $VERSION - echo "Git Push Origin --tags $VERSION" -# git push origin --tags + git push origin --tags fi ) done