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' distribution: 'temurin'
java-version: '17' java-version: '17'
- name: 📁 Copy google-services.json
run: cp google-services.json.example google-services.json
- name: ⚙️ Install dependencies - name: ⚙️ Install dependencies
run: yarn install run: yarn install
- name: ✏️ Write environment variables
run: |
echo "${{ secrets.ENV_TOKEN }}" > .env
echo "${{ secrets.GOOGLE_SERVICES_TOKEN }}" > google-services.json
- name: 🏗️ EAS Build - name: 🏗️ EAS Build
run: yarn use-build-number eas build -p android --profile production --local --output build.aab --non-interactive 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 name: Build and Submit iOS
on: on:
push: schedule:
branches: - cron: '0 5 * * *'
- hailey/use-eas-version-code
# schedule:
# - cron: '0 5 * * *'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
profile: profile: