Skip to content

Commit

Permalink
@openapitools/openapi-generator-cli@2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takecchi committed Mar 21, 2024
1 parent d9ad2ed commit 6e14af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: https://npm.pkg.github.com

- name: Install openapi-generator-cli
run: npm install -g @openapitools/openapi-generator-cli
run: npm install -g @openapitools/openapi-generator-cli@2.13.1

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

0 comments on commit 6e14af8

Please sign in to comment.