From 95ac0444c0bdaadd7eff44ddbb0d0c008ddcacd6 Mon Sep 17 00:00:00 2001 From: Ayoub Amajoud <75551684+ay0ubamj@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:21:31 +0100 Subject: [PATCH] Update action.yml --- .github/actions/eas-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/eas-build/action.yml b/.github/actions/eas-build/action.yml index 3a582574f..d33bc13ea 100644 --- a/.github/actions/eas-build/action.yml +++ b/.github/actions/eas-build/action.yml @@ -10,7 +10,7 @@ # `AUTO_SUBMIT`, false by default, set to true if you want to automatically submit your build to stores. # `EXPO_TOKEN`, required, access token for your Expo account. https://expo.dev/settings/access-tokens # `VERSION`, required, version of the app to build. used as the build message. -# `ANDROID`, true by default, set to true if you don't want to trigger build for Android. +# `ANDROID`, true by default, set to false if you don't want to trigger build for Android. # `IOS`, false by default, set to true if you want to trigger build for IOS. # 👀 Example usage: