mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 13:57:03 -06:00
change back to pm from bwpm for simplicity
This commit is contained in:
parent
7e080775f6
commit
04c38101b2
@ -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-bwpm.yml"
|
workflow_name: "publish-github-release-pm.yml"
|
||||||
credentials_filename: "play_creds.json"
|
credentials_filename: "play_creds.json"
|
||||||
project_type: android
|
project_type: android
|
||||||
check_release_command: >
|
check_release_command: >
|
||||||
4
.github/workflows/publish-store.yml
vendored
4
.github/workflows/publish-store.yml
vendored
@ -173,11 +173,11 @@ jobs:
|
|||||||
PRODUCT: ${{ inputs.product }}
|
PRODUCT: ${{ inputs.product }}
|
||||||
run: |
|
run: |
|
||||||
if ${{ inputs.dry-run }} ; then
|
if ${{ inputs.dry-run }} ; then
|
||||||
gh workflow view publish-github-release.yml
|
gh workflow view publish-github-release-pm.yml
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [ "$PRODUCT" = "Password Manager" ]; then
|
if [ "$PRODUCT" = "Password Manager" ]; then
|
||||||
gh workflow enable publish-github-release-bwpm.yml
|
gh workflow enable publish-github-release-pm.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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user