Merge remote-tracking branch 'refs/remotes/origin/agalles/BRE-1118' into agalles/BRE-1118

This commit is contained in:
Amy Galles 2025-10-09 15:19:36 -07:00
commit 85951a502f
No known key found for this signature in database
GPG Key ID: 00445BCEEB6E92BD

View File

@ -128,7 +128,6 @@ jobs:
echo "$FORMATTED_MESSAGE" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Promote Play Store version to production
id: promote
if: ${{ inputs.dry-run == false }}
env:
PLAY_KEYSTORE_PASSWORD: ${{ steps.get-kv-secrets.outputs.PLAY-BETA-KEYSTORE-PASSWORD }}
@ -168,7 +167,6 @@ jobs:
trackPromoteTo:"$TRACK_TARGET"
- name: Enable Publish Github Release Workflow
if: ${{ steps.promote.conclusion == 'success' }}
env:
PRODUCT: ${{ inputs.product }}
run: |