From 3420efc3c3240c613e14d4bc43adb7b531775dc4 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Wed, 28 May 2025 09:44:46 -0700 Subject: [PATCH] =?UTF-8?q?run=20[09:44:46]:=20=1B[31mCould=20not=20find?= =?UTF-8?q?=20service=20account=20json=20file=20at=20path=20'/Users/amygal?= =?UTF-8?q?les/code/android/secrets/play=5Fcreds.json'=1B[0m=20to=20setup?= =?UTF-8?q?=20supply?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 52fa3b2ecf..449b3cfaec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -94,6 +94,8 @@ jobs: env: PRODUCT: ${{ inputs.product }} run: | + bundle exec fastlane supply init + if [ "$PRODUCT" = "Password Manager" ]; then PACKAGE_NAME="com.x8bit.bitwarden" elif [ "$PRODUCT" = "Authenticator" ]; then