mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
changing pwm to bwpm
This commit is contained in:
parent
55c150a595
commit
eea675f3b0
@ -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: >
|
||||
2
.github/workflows/publish-store.yml
vendored
2
.github/workflows/publish-store.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user