Skip to content

Commit

Permalink
Update android-release.js (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyansong-adbe authored Apr 2, 2024
1 parent e7cc075 commit fb340e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release_notes/android-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function artifactInfo(timestamp, artifactId, version) {
}

// Fetch the latest Android release info from GitHub
async function fetchAndroidReleaseInfo(token, groupId, timestampInMilliseconds, capacity = 10) {
async function fetchAndroidReleaseInfo(token, groupId, timestampInMilliseconds, capacity = 25) {
let array = await fetchMavenArtifactInfo(groupId, capacity, timestampInMilliseconds);
console.log("fetchMavenArtifactInfo():")
console.log(array)
Expand Down

0 comments on commit fb340e7

Please sign in to comment.