Skip to content

feat(all): ✨ optimize generation of text and audio #425

feat(all): ✨ optimize generation of text and audio

feat(all): ✨ optimize generation of text and audio #425

name: build-and-publish-to-expo
on:
push:
branches:
- main
jobs:
build-and-publish-to-expo:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup Repo
uses: actions/checkout@v3
- name: 🏗 Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
check-latest: true
cache: yarn
cache-dependency-path: mobile/yarn.lock
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 🏗 Set Publish URL
working-directory: ./mobile
run: cp ./constants/urls.publish.js ./constants/urls.js
- name: 📦 Install Dependencies
working-directory: ./mobile
run: yarn install
- name: 🚀 Publish App
working-directory: ./mobile
run: eas update --auto --non-interactive