From 08a2ebcf0dd708237f00b2c5f4db5e1186c1a568 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 4 Mar 2020 12:36:04 +0100 Subject: [PATCH] chore: make deploy script publish Android before iOS (#2520) --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e9f018d01b..257e72be9e 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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