From 9ba8e388724806c76ba347b0cd9dacd4e92f6b70 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 4 Mar 2020 12:26:18 +0100 Subject: [PATCH] chore: make deploy script publish Android before iOS --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e9f018d01..257e72be9 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