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