From a357a6b0ac69e6d7d48ea6cfe191c2ffc023407a Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Tue, 28 Nov 2023 14:02:02 +0530 Subject: [PATCH] fix group alias --- scripts/deploy_preprod_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_preprod_app.sh b/scripts/deploy_preprod_app.sh index 65857e1..772a676 100644 --- a/scripts/deploy_preprod_app.sh +++ b/scripts/deploy_preprod_app.sh @@ -1,3 +1,3 @@ firebase appdistribution:distribute /Users/apple/Downloads/work/hpos/app/build/outputs/apk/debug/app-debug.apk \ --app 1:121176529204:android:30b1bdb8db18ba72bbed61 \ - --release-notes "new changes" --groups "SMI group" + --release-notes "new changes" --groups "smi-group"