We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5986a commit 3d6fc43Copy full SHA for 3d6fc43
.github/workflows/publish-clients.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Generate client
16
# -p properties https://openapi-generator.tech/docs/generators/typescript
17
run: |
18
- 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 \
19
generate -i /local/api/notification-service.yaml \
20
-g typescript \
21
-o /local/client \
0 commit comments