We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff8fc7 commit 4600987Copy full SHA for 4600987
.github/workflows/eas-android-build.yml
@@ -102,9 +102,7 @@ jobs:
102
env:
103
SHELL: /bin/bash
104
run: |
105
- # Create a directory for global binaries
106
mkdir -p $HOME/.pnpm-global
107
- # Set PNPM_HOME and add it to PATH for subsequent steps
108
echo "PNPM_HOME=$HOME/.pnpm-global" >> $GITHUB_ENV
109
echo "$HOME/.pnpm-global" >> $GITHUB_PATH
110
pnpm setup
@@ -113,7 +111,7 @@ jobs:
113
111
run: pnpm add -g eas-cli@latest
114
112
115
- name: "🔐 Verify Expo Credentials"
116
- run: npx eas whoami --token $EXPO_TOKEN
+ run: eas whoami --token $EXPO_TOKEN
117
118
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
119
0 commit comments