Skip to content

Merge pull request #71 from FlemingVincent/feature/fix-two-bugs #84

Merge pull request #71 from FlemingVincent/feature/fix-two-bugs

Merge pull request #71 from FlemingVincent/feature/fix-two-bugs #84

Workflow file for this run

name: update
on:
push:
branches:
- development
- main
jobs:
update:
name: EAS Update
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Install deps
run: yarn install
- name: Send Update to Expo
run: eas update --auto