diff --git a/.github/scripts/create-repo.sh b/.github/scripts/create-repo.sh index aeb61cb3..35e3adce 100755 --- a/.github/scripts/create-repo.sh +++ b/.github/scripts/create-repo.sh @@ -61,6 +61,6 @@ for APK in ${APKS[@]}; do done | jq -sr '[.[]]' > index.json # Alternate minified copy -jq -c '.' < index.json > index.min.json +jq -c 'map(del(.hasReadme, .hasChangelog, .sources.[]["versionId", "hasCloudflare"]))' < index.json > index.min.json cat index.json