Skip to content

Delete .expo/xcodebuild-error.log #8

Delete .expo/xcodebuild-error.log

Delete .expo/xcodebuild-error.log #8

Workflow file for this run

on:
push:
tags:
- v**
name: πŸš€ build and upload to app stores
jobs:
release:
name: Release
runs-on: ubuntu-latest
env:
STA_API_BASE_URL: https://the-sta.com
STA_API_VERSION: v1

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
FEATURES_ENABLED: ""
steps:
- name: πŸ— Setup repo
uses: actions/checkout@v4
- name: πŸ— Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.14
cache: 'npm'
- name: πŸ“¦ Install dependencies
run: npm ci
- name: πŸ— Setup EAS
uses: expo/expo-github-action@v7
with:
eas-version: latest
token: ${{ secrets.EXPO_ACCESS_TOKEN }}
- name: πŸš€ Build app
run: eas build --non-interactive --platform all --auto-submit --no-wait