Fix issue with not publishing / promoting wear bundle on release. (#2040)

This commit is contained in:
Justin Bassett 2021-12-21 09:13:16 -05:00 committed by GitHub
parent 25814aa81b
commit 3590e1ae09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ jobs:
KEYSTORE_ALIAS_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_ALIAS_PASSWORD }}
VERSION: ${{ steps.rel_number.outputs.version }}
VERSION_CODE: ${{ steps.rel_number.outputs.version-code }}
run: ./gradlew bundleFullRelease
run: ./gradlew bundleRelease
- name: Deploy to Playstore Beta
env:
@ -172,7 +172,7 @@ jobs:
KEYSTORE_ALIAS_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_ALIAS_PASSWORD }}
VERSION: ${{ steps.rel_number.outputs.version }}
VERSION_CODE: ${{ steps.rel_number.outputs.version-code }}
run: ./gradlew publishFullReleaseBundle
run: ./gradlew publishReleaseBundle
- name: Promote to Beta to Production
env: