diff --git a/.github/workflows/android.publish.internal.yml b/.github/workflows/android.publish.internal.yml index 5d16fcf73..c86cd4bb9 100644 --- a/.github/workflows/android.publish.internal.yml +++ b/.github/workflows/android.publish.internal.yml @@ -94,6 +94,9 @@ jobs: cd apps/mobile npx tsc --noEmit + - name: Remove debug keystore + run: rm -rf apps/mobile/android/app/debug.keystore + - name: Build unsigned app bundle run: yarn release:android:bundle diff --git a/.github/workflows/android.publish.yml b/.github/workflows/android.publish.yml index 448306794..3470f0968 100644 --- a/.github/workflows/android.publish.yml +++ b/.github/workflows/android.publish.yml @@ -78,6 +78,9 @@ jobs: cd apps/mobile npx tsc --noEmit + - name: Remove debug keystore + run: rm -rf apps/mobile/android/app/debug.keystore + - name: Build unsigned app bundle run: yarn release:android:bundle