Skip to content

Commit 168e88f

Browse files
committed
try diffing one product
1 parent 981d94b commit 168e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soundness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
BASELINE_REF='${{ inputs.api_breakage_check_baseline }}'
6363
fi
6464
echo "Using baseline: $BASELINE_REF"
65-
env GRPC_SWIFT_PROTOBUF_NO_PLUGIN=1 swift package diagnose-api-breaking-changes "$BASELINE_REF"
65+
swift package diagnose-api-breaking-changes "$BASELINE_REF" --products GRPCProtobuf

0 commit comments

Comments
 (0)