diff --git a/.github/workflows/bump-and-release.yml b/.github/workflows/bump-and-release.yml index 9f9bb526..ff785c61 100644 --- a/.github/workflows/bump-and-release.yml +++ b/.github/workflows/bump-and-release.yml @@ -126,6 +126,7 @@ jobs: do options="--verbose --allow-warnings" if [[ "${{ inputs.selfHosted }}" == "true" ]]; then + options+=" --use-json" if [[ "${{ inputs.dryRun }}" != "true" ]]; then sources="--sources=https://cdn.cocoapods.org" if [[ $connector == *Nielsen.podspec ]]; then