ready to go

This commit is contained in:
Hailey
2024-02-21 12:45:08 -08:00
parent 2a0f94bbaa
commit f46375ee34
2 changed files with 7 additions and 8 deletions
+5 -3
View File
@@ -46,12 +46,14 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: 📁 Copy google-services.json
run: cp google-services.json.example google-services.json
- name: ⚙️ Install dependencies
run: yarn install
- name: ✏️ Write environment variables
run: |
echo "${{ secrets.ENV_TOKEN }}" > .env
echo "${{ secrets.GOOGLE_SERVICES_TOKEN }}" > google-services.json
- name: 🏗️ EAS Build
run: yarn use-build-number eas build -p android --profile production --local --output build.aab --non-interactive
+2 -5
View File
@@ -2,11 +2,8 @@
name: Build and Submit iOS
on:
push:
branches:
- hailey/use-eas-version-code
# schedule:
# - cron: '0 5 * * *'
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
inputs:
profile: