Skip to content

feat(ui-ux): UI for opt out anonymized data instrumentation (#4177) #2195

feat(ui-ux): UI for opt out anonymized data instrumentation (#4177)

feat(ui-ux): UI for opt out anonymized data instrumentation (#4177) #2195

Workflow file for this run

name: Expo Main Preview
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
- uses: expo/expo-github-action@4479f0b3692e25169fa71a02c30d6586ec2f5601 # tag=v7.2.0
with:
expo-version: latest
eas-version: latest
expo-cache: true
eas-cache: true
packager: npm
token: ${{ secrets.EXPO_TOKEN }}
- run: npm ci
- run: eas update --auto --branch main --message 'Update with commit ${{ github.sha }}'
env:
EAS_PROJECT_ID: ${{ secrets.EAS_PROJECT_ID }}