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 \