From d0d30d6b8a171c7adc0ba9138eaf5964375d0721 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 27 Jul 2020 18:53:42 +0200 Subject: [PATCH] chore: make deploy script push to 2.x branch (#3337) --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e32663f8f..a72b1aaba 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