reverse recent name change

This commit is contained in:
Amy Galles 2025-10-09 15:24:17 -07:00
parent 85951a502f
commit 3f875d83ff
No known key found for this signature in database
GPG Key ID: 00445BCEEB6E92BD
2 changed files with 3 additions and 3 deletions

View File

@ -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-pm.yml"
workflow_name: "publish-github-release-bwpm.yml"
credentials_filename: "play_creds.json"
project_type: android
check_release_command: >

View File

@ -171,11 +171,11 @@ jobs:
PRODUCT: ${{ inputs.product }}
run: |
if ${{ inputs.dry-run }} ; then
gh workflow view publish-github-release-pm.yml
gh workflow view publish-github-release-bwpm.yml
exit 0
fi
if [ "$PRODUCT" = "Password Manager" ]; then
gh workflow enable publish-github-release-pm.yml
gh workflow enable publish-github-release-bwpm.yml
elif [ "$PRODUCT" = "Authenticator" ]; then
gh workflow enable publish-github-release-bwa.yml
fi