Skip to content

Commit

Permalink
chore: make deploy script publish Android before iOS (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Mar 4, 2020
1 parent 82e38a4 commit 08a2ebc
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 @@ -26,5 +26,5 @@ git push --follow-tags origin master
#rm -rf capacitor-ios

# Do the actual native deploys second, because they require tags/releases in github
bash scripts/deploy/pods.sh
bash scripts/deploy/android.sh
bash scripts/deploy/pods.sh

0 comments on commit 08a2ebc

Please sign in to comment.