Skip to content

Update eas-build.yml #8

Update eas-build.yml

Update eas-build.yml #8

Workflow file for this run

name: EAS Build
on:
workflow_dispatch:
push:
branches:
- release
jobs:
build:
name: Install and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- name: Setup Expo and EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Build on EAS
run: eas build --platform all --non-interactive --no-wait --profile production --auto-submit