Skip to content

Commit

Permalink
Merge pull request #72 from mxenabled/mc/generator_version
Browse files Browse the repository at this point in the history
Use latest openapi-generator version

[skip actions]
  • Loading branch information
mcoats13 authored Oct 25, 2023
2 parents f093f34 + 11f50b5 commit 97e3e96
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Install openapi-generator-cli
run: |
npm install @openapitools/openapi-generator-cli -g
openapi-generator-cli version-manager set 5.4.0
- run: |
openapi-generator-cli generate \
-i https://raw.githubusercontent.com/mxenabled/openapi/master/openapi/mx_platform_api.yml \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/generate_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Install openapi-generator-cli
run: |
npm install @openapitools/openapi-generator-cli -g
openapi-generator-cli version-manager set 5.4.0
- run: |
openapi-generator-cli generate \
-i https://raw.githubusercontent.com/mxenabled/openapi/master/openapi/mx_platform_api.yml \
Expand Down
5 changes: 1 addition & 4 deletions openapitools.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.4.0"
}
"spaces": 2
}

0 comments on commit 97e3e96

Please sign in to comment.