Skip to content

Remove dev client dep #262

Remove dev client dep

Remove dev client dep #262

Workflow file for this run

name: Deploy Staging
on:
push:
branches: [main]
paths-ignore:
- 'README.md'
- '.gitignore'
- 'screenshots/**'
jobs:
publish:
name: Install and deploy
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
all_but_latest: true
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- uses: expo/expo-github-action@v7
with:
expo-version: 5.x
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
packager: npm
- run: npm ci
- env:
EXPO_APPLE_ID: ${{ secrets.EXPO_APPLE_ID }}
EXPO_APPLE_TEAM_ID: ${{ secrets.EXPO_APPLE_TEAM_ID }}
EXPO_ASC_APP_ID: ${{ secrets.EXPO_ASC_APP_ID }}
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}
run: |
rm ./node_modules/.bin/expo
npm run deploy-staging