Skip to content

Commit b8c7ad7

Browse files
committed
Testing Prod 1.6
1 parent ae9ff14 commit b8c7ad7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy-expo.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- name: Checkout repository
13+
- name: Checkout repo
1414
uses: actions/checkout@v3
1515

1616
- name: Setup Node
@@ -22,10 +22,7 @@ jobs:
2222
run: npm install
2323

2424
- 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 }}
25+
run: npm i -g eas-cli@latest
2926

3027
- name: Build Android
3128
run: eas build --platform android --profile production --non-interactive --token ${{ secrets.EXPO_TOKEN }}

0 commit comments

Comments
 (0)