From eea675f3b03e3b48685de76f5b5e69819e6c4219 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:54:17 -0700 Subject: [PATCH] changing pwm to bwpm --- ...h-github-release-pwm.yml => publish-github-release-bwpm.yml} | 2 +- .github/workflows/publish-store.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{publish-github-release-pwm.yml => publish-github-release-bwpm.yml} (92%) diff --git a/.github/workflows/publish-github-release-pwm.yml b/.github/workflows/publish-github-release-bwpm.yml similarity index 92% rename from .github/workflows/publish-github-release-pwm.yml rename to .github/workflows/publish-github-release-bwpm.yml index fe0853433b..073fb8e4dd 100644 --- a/.github/workflows/publish-github-release-pwm.yml +++ b/.github/workflows/publish-github-release-bwpm.yml @@ -16,7 +16,7 @@ jobs: uses: bitwarden/gh-actions/.github/workflows/_publish-mobile-github-release.yml@main with: release_name: "Password Manager" - workflow_name: "publish-github-release-pwm.yml" + workflow_name: "publish-github-release-bwpm.yml" credentials_filename: "play_creds.json" project_type: android check_release_command: > diff --git a/.github/workflows/publish-store.yml b/.github/workflows/publish-store.yml index 17aa82333e..48ab4a6deb 100644 --- a/.github/workflows/publish-store.yml +++ b/.github/workflows/publish-store.yml @@ -177,7 +177,7 @@ jobs: exit 0 fi if $PRODUCT == "Password Manager" ; then - gh workflow enable publish-github-release-pwm.yml + gh workflow enable publish-github-release-bwpm.yml elif $PRODUCT == "Authenticator" ; then gh workflow enable publish-github-release-bwa.yml fi