Skip to content

Commit 414aa6f

Browse files
Removed verbose flag which doesn't exist anymore.
1 parent d5d50ab commit 414aa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eas-android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
exit 1
4848
fi
4949
50-
BUILD_JSON=$(npx eas build -p android --profile production --non-interactive --json --verbose 2>&1)
50+
BUILD_JSON=$(npx eas build -p android --profile production --non-interactive --json 2>&1)
5151
echo "EAS build response: $BUILD_JSON"
5252
5353
BUILD_ID=$(echo "$BUILD_JSON" | jq -r '.[0].id' 2>/dev/null)

0 commit comments

Comments
 (0)