Skip to content

Commit

Permalink
chore: make deploy script push to 2.x branch (#3337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jul 27, 2020
1 parent a7b9320 commit d0d30d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
git push --follow-tags origin 2.x

0 comments on commit d0d30d6

Please sign in to comment.