We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9ff14 commit b8c7ad7Copy full SHA for b8c7ad7
.github/workflows/deploy-expo.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - name: Checkout repository
+ - name: Checkout repo
14
uses: actions/checkout@v3
15
16
- name: Setup Node
@@ -22,10 +22,7 @@ jobs:
22
run: npm install
23
24
- name: Install EAS CLI (latest)
25
- run: npm install -g eas-cli@latest
26
-
27
- - name: Validate token
28
- run: eas login ${{ secrets.EXPO_TOKEN }}
+ run: npm i -g eas-cli@latest
29
30
- name: Build Android
31
run: eas build --platform android --profile production --non-interactive --token ${{ secrets.EXPO_TOKEN }}
0 commit comments