diff --git a/packages/core/src/resources/Deployments.ts b/packages/core/src/resources/Deployments.ts index 256ed3f9..fe47a601 100644 --- a/packages/core/src/resources/Deployments.ts +++ b/packages/core/src/resources/Deployments.ts @@ -93,7 +93,7 @@ export class Deployments extends BaseResource { environment: string, sha: string, ref: string, - tag: string, + tag: boolean, options?: { status?: 'running' | 'success' | 'failed' | 'canceled' } & Sudo & ShowExpanded, ): Promise> { return RequestHelper.post()(