Skip to content

changes profile

changes profile #20

Workflow file for this run

on:
push:
branches:
- feat/ios-workflow
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
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: 1KN9lFRor6yda_6Q0vSxwClEBfrdq8xhYo7klaQ5
- name: 📦 Install dependencies
run: yarn install
- name: 🚀 Build app
run: eas build -p ios --profile preview --non-interactive