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 6e14af8 commit 9543666Copy full SHA for 9543666
.github/workflows/build-publish.yaml
@@ -29,6 +29,9 @@ jobs:
29
- name: Install openapi-generator-cli
30
run: npm install -g @openapitools/[email protected]
31
32
+ - name: Set generator version
33
+ run: openapi-generator-cli version-manager set 7.3.0
34
+
35
- name: Generate src
36
run: openapi-generator-cli generate -i ./docs/cuculus-openapi.yaml -g typescript-fetch -o ./src -c ./config.json
37
0 commit comments