changing pwm to bwpm

This commit is contained in:
Amy Galles 2025-10-03 14:54:17 -07:00
parent 55c150a595
commit eea675f3b0
No known key found for this signature in database
GPG Key ID: 00445BCEEB6E92BD
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
uses: bitwarden/gh-actions/.github/workflows/_publish-mobile-github-release.yml@main uses: bitwarden/gh-actions/.github/workflows/_publish-mobile-github-release.yml@main
with: with:
release_name: "Password Manager" release_name: "Password Manager"
workflow_name: "publish-github-release-pwm.yml" workflow_name: "publish-github-release-bwpm.yml"
credentials_filename: "play_creds.json" credentials_filename: "play_creds.json"
project_type: android project_type: android
check_release_command: > check_release_command: >

View File

@ -177,7 +177,7 @@ jobs:
exit 0 exit 0
fi fi
if $PRODUCT == "Password Manager" ; then 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 elif $PRODUCT == "Authenticator" ; then
gh workflow enable publish-github-release-bwa.yml gh workflow enable publish-github-release-bwa.yml
fi fi