From ff4ec0da9a17847614782891746fde7d82f4c0f2 Mon Sep 17 00:00:00 2001 From: David Cheung Date: Thu, 14 Sep 2023 16:20:06 -0400 Subject: [PATCH] fix: update client build --- .github/workflows/publish-clients.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-clients.yml b/.github/workflows/publish-clients.yml index a552fb5..f0cecca 100644 --- a/.github/workflows/publish-clients.yml +++ b/.github/workflows/publish-clients.yml @@ -15,7 +15,7 @@ jobs: - name: Generate client # -p properties https://openapi-generator.tech/docs/generators/typescript run: | - docker run --rm -v ${GITHUB_WORKSPACE}:/local openapitools/openapi-generator:cli-5.3.x \ + docker run --rm -v ${GITHUB_WORKSPACE}:/local openapitools/openapi-generator-cli:v7.0.0 \ generate -i /local/api/notification-service.yaml \ -g typescript \ -o /local/client \