summaryrefslogtreecommitdiffhomepage
path: root/android/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/build.sh')
-rwxr-xr-xandroid/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.sh b/android/build.sh
index 3e63a4ce55..c1c29f55b4 100755
--- a/android/build.sh
+++ b/android/build.sh
@@ -51,7 +51,7 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
elif [[ "$PRODUCT_VERSION" == *"-alpha"* ]]; then
GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
- PLAY_PUBLISH_TASKS=(publishPlayDevmoleReleaseBundle publishPlayStagemoleReleaseBundle)
+ PLAY_PUBLISH_TASKS=(publishPlayDevmoleReleaseBundle publishPlayStagemoleReleaseBundle publishPlayProdReleaseBundle)
fi
fi