From 3d1f46983af86791de65c0488b0c3a976bb0060e Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:41:36 -0800 Subject: [PATCH] use option to determine if release will be marked latest (#6417) --- .github/workflows/publish-github-release-bwa.yml | 1 + .github/workflows/publish-github-release-bwpm.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-github-release-bwa.yml b/.github/workflows/publish-github-release-bwa.yml index 59fe758002..a342070c2d 100644 --- a/.github/workflows/publish-github-release-bwa.yml +++ b/.github/workflows/publish-github-release-bwa.yml @@ -18,6 +18,7 @@ jobs: workflow_name: "publish-github-release-bwa.yml" credentials_filename: "authenticator_play_store-creds.json" project_type: android + make_latest: false check_release_command: > bundle exec fastlane getLatestPlayStoreVersion package_name:com.bitwarden.authenticator track:production secrets: inherit diff --git a/.github/workflows/publish-github-release-bwpm.yml b/.github/workflows/publish-github-release-bwpm.yml index 8874602bf2..cf067cd3b3 100644 --- a/.github/workflows/publish-github-release-bwpm.yml +++ b/.github/workflows/publish-github-release-bwpm.yml @@ -19,6 +19,7 @@ jobs: workflow_name: "publish-github-release-bwpm.yml" credentials_filename: "play_creds.json" project_type: android + make_latest: true check_release_command: > bundle exec fastlane getLatestPlayStoreVersion package_name:com.x8bit.bitwarden track:production secrets: inherit