We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdfcb3 commit 7d90390Copy full SHA for 7d90390
Scripts/publish-demo-app.sh
@@ -112,8 +112,7 @@ elif [[ "$DISTRIBUTION_TYPE" == "firebase" ]]; then
112
firebase appdistribution:distribute "$IPA_PATH" \
113
--app "$FIREBASE_APP_ID" \
114
--groups "ios-checkout-team" \
115
- --release-notes "Branch: ${GITHUB_REF_NAME:-manual}, Build: ${GITHUB_SHA:-manual}" \
116
- --release-name "$FIREBASE_RELEASE_NAME"
+ --release-notes "Branch: ${GITHUB_REF_NAME:-manual}, Build: ${GITHUB_SHA:-manual}"
117
118
echo "✅ Firebase upload complete! Release name: $FIREBASE_RELEASE_NAME"
119
fi
0 commit comments