about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorhailey <me@haileyok.com>2025-06-17 13:19:07 -0700
committerGitHub <noreply@github.com>2025-06-17 13:19:07 -0700
commitf1f9ca960681b5257429b4b4c2a02cccc29e4fd6 (patch)
treeb26907dcc657e8d054605f06e0e7d92b5f58161d /.github
parent438ec7c3e153a5a948bd808a29161eb34d9b81e7 (diff)
downloadvoidsky-f1f9ca960681b5257429b4b4c2a02cccc29e4fd6.tar.zst
facepalm (#8510)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-submit-android.yml2
-rw-r--r--.github/workflows/bundle-deploy-eas-update.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml
index cff99f9c7..8a8388ee8 100644
--- a/.github/workflows/build-submit-android.yml
+++ b/.github/workflows/build-submit-android.yml
@@ -54,7 +54,7 @@ jobs:
 
       - name: "Use upgraded MMKV for Fabric"
         run: |
-          sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' filename.txt
+          sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' package.json
 
       - name: ⚙️ Install dependencies
         run: yarn install
diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml
index cd62b4e8c..ab497954c 100644
--- a/.github/workflows/bundle-deploy-eas-update.yml
+++ b/.github/workflows/bundle-deploy-eas-update.yml
@@ -277,7 +277,7 @@ jobs:
 
       - name: "Use upgraded MMKV for Fabric"
         run: |
-          sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' filename.txt
+          sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' package.json
 
       - name: ⚙️ Install dependencies
         run: yarn install