Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

update build file

update build file #4

Workflow file for this run

name: Publish Version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v2
- name: 🗂️ Move to folder
run: cd DossierrPocket
- name: 🏗 Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
- name: 🏗 Setup Expo and EAS
uses: expo/expo-github-action@v7
with:
expo-version: latest
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 📦 Install CLI
run: npm install -g eas-cli
- name: 🚀 Buildfor iOS and submit to Appstore
run: eas build -p ios --profile production --non-interactive --auto-submit