Skip to content

Bump react-native-reanimated from 3.6.3 to 3.12.0 #740

Bump react-native-reanimated from 3.6.3 to 3.12.0

Bump react-native-reanimated from 3.6.3 to 3.12.0 #740

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Project-Env/[email protected]
- run: |
npm ci
- if: github.ref == 'refs/heads/main'
run: |
npx expo-cli publish --non-interactive
env:
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
SENTRY_TOKEN: ${{ secrets.SENTRY_TOKEN }}