Skip to content

Commit d0d30d6

Browse files
authored
chore: make deploy script push to 2.x branch (#3337)
1 parent a7b9320 commit d0d30d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ git add android/package.json
1414
git add ios/package.json
1515
git commit -m "Release v$LERNA_VERSION"
1616
git tag $LERNA_VERSION -m $LERNA_VERSION
17-
git push --follow-tags origin master
17+
git push --follow-tags origin 2.x

0 commit comments

Comments
 (0)