<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [ContractCaseBoundaryConfig](./case-boundary.contractcaseboundaryconfig.md) &gt; [publish](./case-boundary.contractcaseboundaryconfig.publish.md)

## ContractCaseBoundaryConfig.publish property

Whether to publish contracts or verification results to the broker

`"ONLY_IN_CI"` - only when in in CI according to https://github.com/watson/ci-info\#supported-ci-tools `"NEVER"` or `false` - never publish `"ALWAYS"` or `true` - always publish (not recommended)

Default: `"ONLY_IN_CI"`

**Signature:**

```typescript
readonly publish?: string | undefined;
```
