aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/android.yml1
-rw-r--r--.github/workflows/ios.yml1
-rw-r--r--apps/mobile/app.json4
3 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 3528d73c..4879e1b9 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -32,6 +32,7 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}
- name: Build Android app
+ working-directory: apps/mobile
run: eas build --platform android --local --output ${{ github.workspace }}/app-release.aab
- name: Upload AAB artifact
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 459c03cc..fcb50f20 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -23,6 +23,7 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}
- name: Build iOS app
+ working-directory: apps/mobile
run: eas build --platform ios --local --non-interactive --output ${{ github.workspace }}/app-release.ipa
- name: Upload IPA artifact
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index 3364e99a..dc76485b 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -3,7 +3,7 @@
"name": "Hoarder App",
"slug": "hoarder",
"scheme": "hoarder",
- "version": "1.5.0",
+ "version": "1.6.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
@@ -47,7 +47,7 @@
}
},
"package": "app.hoarder.hoardermobile",
- "versionCode": 4
+ "versionCode": 5
},
"plugins": [
"expo-router",