Skip to content

Commit b000e77

Browse files
committed
chore: try publish expo build with firebase
1 parent e31d5f3 commit b000e77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/firebase-deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
token: ${{ secrets.EXPO_TOKEN }}
4747

4848
- name: Install dependencies
49-
run: npm ci
49+
run: pnpm install
50+
shell: bash
5051

5152
- name: Build Android app
5253
run: eas build --platform android --profile development --local --output ${{ github.workspace }}/app-release.apk

0 commit comments

Comments
 (0)