We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ad2ed commit 6e14af8Copy full SHA for 6e14af8
.github/workflows/build-publish.yaml
@@ -27,7 +27,7 @@ jobs:
27
registry-url: https://npm.pkg.github.com
28
29
- name: Install openapi-generator-cli
30
- run: npm install -g @openapitools/openapi-generator-cli
+ run: npm install -g @openapitools/openapi-generator-cli@2.13.1
31
32
- name: Generate src
33
run: openapi-generator-cli generate -i ./docs/cuculus-openapi.yaml -g typescript-fetch -o ./src -c ./config.json
0 commit comments