From 8576fd477956ee09924016d80751e1fb736ee9ba Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 27 Jul 2020 13:38:16 +0200 Subject: [PATCH] chore: make deploy script push to 2.x branch --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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