Skip to content

Commit 9543666

Browse files
committed
Set generator version 7.3.0
1 parent 6e14af8 commit 9543666

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install openapi-generator-cli
3030
run: npm install -g @openapitools/[email protected]
3131

32+
- name: Set generator version
33+
run: openapi-generator-cli version-manager set 7.3.0
34+
3235
- name: Generate src
3336
run: openapi-generator-cli generate -i ./docs/cuculus-openapi.yaml -g typescript-fetch -o ./src -c ./config.json
3437

0 commit comments

Comments
 (0)