We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981d94b commit 168e88fCopy full SHA for 168e88f
.github/workflows/soundness.yml
@@ -62,4 +62,4 @@ jobs:
62
BASELINE_REF='${{ inputs.api_breakage_check_baseline }}'
63
fi
64
echo "Using baseline: $BASELINE_REF"
65
- env GRPC_SWIFT_PROTOBUF_NO_PLUGIN=1 swift package diagnose-api-breaking-changes "$BASELINE_REF"
+ swift package diagnose-api-breaking-changes "$BASELINE_REF" --products GRPCProtobuf
0 commit comments