Use old logic for promoting from internal to beta

This commit is contained in:
Justin Bassett 2023-07-01 07:07:24 -04:00 committed by GitHub
parent ce3a51e417
commit 39269d065c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,8 +164,7 @@ jobs:
KEYSTORE_ALIAS_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_ALIAS_PASSWORD }}
VERSION_CODE: ${{ steps.rel_number.outputs.version-code }}
run: |
./gradlew :wear:promoteReleaseBundle :app:promoteReleaseBundle
./gradlew :automotive:promoteReleaseBundle || echo "Failed to promote Automotive!"
./gradlew promoteArtifact --from-track internal --promote-track beta
- name: Print `git status`
run: git status