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