Skip to content

Commit 7d90390

Browse files
committed
Remove depricated —release-name
1 parent bcdfcb3 commit 7d90390

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Scripts/publish-demo-app.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ elif [[ "$DISTRIBUTION_TYPE" == "firebase" ]]; then
112112
firebase appdistribution:distribute "$IPA_PATH" \
113113
--app "$FIREBASE_APP_ID" \
114114
--groups "ios-checkout-team" \
115-
--release-notes "Branch: ${GITHUB_REF_NAME:-manual}, Build: ${GITHUB_SHA:-manual}" \
116-
--release-name "$FIREBASE_RELEASE_NAME"
115+
--release-notes "Branch: ${GITHUB_REF_NAME:-manual}, Build: ${GITHUB_SHA:-manual}"
117116

118117
echo "✅ Firebase upload complete! Release name: $FIREBASE_RELEASE_NAME"
119118
fi

0 commit comments

Comments
 (0)