ready to go
This commit is contained in:
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user