mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 20:07:59 -06:00
Apply suggestions from code review
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
This commit is contained in:
parent
c8710588b9
commit
274e8293a3
@ -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.yml"
|
||||
workflow_name: "publish-github-release-pm.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
@ -1,6 +1,6 @@
|
||||
name: Publish to Google Play
|
||||
run-name: >
|
||||
${{ inputs.dry-run && ' (Dry Run)' || '' }} Promoting ${{ inputs.product }} ${{ inputs.version-code }} from ${{ inputs.track-from }} to ${{ inputs.track-target }}
|
||||
${{ inputs.dry-run && ' (Dry Run)' || '' }}Promoting ${{ inputs.product }} ${{ inputs.version-code }} from ${{ inputs.track-from }} to ${{ inputs.track-target }}
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user