Skip to content

upload to testflight #9

upload to testflight

upload to testflight #9

Workflow file for this run

on:
push:
branches:
- feat/ios-workflow
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
- name: 🏗 Setup Node
uses: actions/setup-node@v3
with:
node-version: 21.x
cache: yarn
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: XCaGI7YtuvlztcNSZwTbTQLGk3FfYabJ9HCa8Hkp
- name: 📦 Install dependencies
run: yarn install
- name: 🚀 Create update
env:
EXPO_CLI_YES: 1
run: |
eas init --non-interactive --id 3d81ac4a-f8fe-4ba4-99d0-0623c7780991 --force
eas update --auto --non-interactive
- name: 🚀 Upload to TestFlight
env:
EXPO_CLI_YES: 1
run: eas submit --platform ios --release-channel default