diff --git a/.github/workflows/onPush.yml b/.github/workflows/onPush.yml index 126174924..68e55a59e 100644 --- a/.github/workflows/onPush.yml +++ b/.github/workflows/onPush.yml @@ -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