diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e32663f8f7..a72b1aaba8 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -14,4 +14,4 @@ git add android/package.json git add ios/package.json git commit -m "Release v$LERNA_VERSION" git tag $LERNA_VERSION -m $LERNA_VERSION -git push --follow-tags origin master \ No newline at end of file +git push --follow-tags origin 2.x \ No newline at end of file