From 75e2c40ba4f43bec4efec27f29a2e7a0579f972a Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:56:44 -0700 Subject: [PATCH] Use correct param name for setup-bundletool action (#11020) --- .github/workflows/build-submit-android.yml | 2 +- .github/workflows/bundle-deploy-eas-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index 87f288e64e..54f8723beb 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -136,7 +136,7 @@ jobs: - name: 🔧 Setup bundletool uses: amyu/setup-bundletool@cc2e1857284660bd625e43f2c8a45626f034302f # v1.1 with: - bundletool-version: "1.17.2" + version: "1.18.3" - name: 🔑 Decode keystore run: echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode > diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index c12403a18d..af322011f4 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -396,7 +396,7 @@ jobs: - name: 🔧 Setup bundletool uses: amyu/setup-bundletool@cc2e1857284660bd625e43f2c8a45626f034302f # v1.1 with: - bundletool-version: "1.17.2" + version: "1.18.3" - name: 🔑 Decode keystore run: echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode >