Skip to content

Commit 6e14af8

Browse files
committed
@openapitools/openapi-generator-cli@2.13.1
1 parent d9ad2ed commit 6e14af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: https://npm.pkg.github.com
2828

2929
- name: Install openapi-generator-cli
30-
run: npm install -g @openapitools/openapi-generator-cli
30+
run: npm install -g @openapitools/openapi-generator-cli@2.13.1
3131

3232
- name: Generate src
3333
run: openapi-generator-cli generate -i ./docs/cuculus-openapi.yaml -g typescript-fetch -o ./src -c ./config.json

0 commit comments

Comments
 (0)