Skip to content

Commit ba118e9

Browse files
Update eas-android-build.yml
Removing eas build:logs command that is throwing error.
1 parent 3f3150a commit ba118e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656
echo "EAS Build started with ID: $BUILD_ID"
5757
echo "BUILD_ID=$BUILD_ID" >> $GITHUB_ENV
5858
echo "BUILD_ID=$BUILD_ID" >> $GITHUB_OUTPUT
59-
60-
echo "Streaming build logs..."
61-
npx eas build:logs --build-id $BUILD_ID
6259
env:
6360
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
6461

0 commit comments

Comments
 (0)