From 040e959b161511ddd415382a86252cf3498cd44c Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Sun, 25 Sep 2022 22:19:06 +0100 Subject: [PATCH] fix(ci): I can't spell apparently --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 04bd80b..0b398d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - name: Build app image: node:16-alpine commands: - - npx eas-cli build --platform android --non-interative --profile preview + - npx eas-cli build --platform android --non-interactive --profile preview environment: EXPO_TOKEN: from_secret: EAS_TOKEN