Skip to content

Commit 1f6e509

Browse files
committed
Fix wrong variable name
1 parent 33d585b commit 1f6e509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/publish-demo-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737
: "${APPLE_TEAM_IDENTIFIER:?Environment variable APPLE_TEAM_IDENTIFIER not set}"
3838
: "${ENVIRONMENT:?Environment variable ENVIRONMENT not set}"
3939

40-
if [[ "$DISTRIBUTION" == "firebase" ]]; then
40+
if [[ "$DISTRIBUTION_TYPE" == "firebase" ]]; then
4141
: "${FIREBASE_SERVICE_ACCOUNT_JSON:?Environment variable FIREBASE_SERVICE_ACCOUNT_JSON not set}"
4242
: "${FIREBASE_APP_ID:?Environment variable FIREBASE_APP_ID not set}"
4343
: "${FIREBASE_RELEASE_NAME:?Environment variable FIREBASE_RELEASE_NAME not set}"

0 commit comments

Comments
 (0)