File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6666
6767 - name : Install OpenAPI generator
6868 run : |
69- curl -s https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.9.0/openapi-generator-cli-$(cat .openapi-generator/VERSION).jar -o openapi-generator-cli.jar
69+ OPENAPI_GENERATOR_VERSION=$(cat .openapi-generator/VERSION)
70+ curl -s https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/$OPENAPI_GENERATOR_VERSION/openapi-generator-cli-$OPENAPI_GENERATOR_VERSION.jar -o openapi-generator-cli.jar
7071
7172 - name : Bump version in VERSION and openapitools.json
7273 run : |
Original file line number Diff line number Diff line change 1- 7.9 .0
1+ 7.11 .0
Original file line number Diff line number Diff line change 11{
22 "generator-cli" : {
3- "version" : " 7.9 .0"
3+ "version" : " 7.11 .0"
44 },
55 "generatorName" : " python" ,
66 "inputSpec" : " public_accessa/api/v2/docs/cb-v2-openapi-3.0.0.yaml" ,
You can’t perform that action at this time.
0 commit comments