We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd64cd commit fb1720dCopy full SHA for fb1720d
.github/workflows/deploy.yml
@@ -49,10 +49,16 @@ jobs:
49
node-version: 22
50
registry-url: "https://registry.npmjs.org"
51
52
+ - name: Set OpenAPI Generator Version
53
+ run: |
54
+ OPENAPI_VERSION=$(jq .[\"generator-cli\"].version openapitools.json)
55
+ echo "OPENAPI_GENERATOR_VERSION=$OPENAPI_VERSION" >> $GITHUB_ENV
56
+ shell: bash
57
+
58
- name: Generate SDK with Updated Version
59
uses: Bandwidth/[email protected]
60
with:
- openapi-generator-version: 7.10.0
61
+ openapi-generator-version: ${{ env.OPENAPI_GENERATOR_VERSION }}
62
language: typescript-axios
63
additional-properties: --additional-properties=npmVersion=$PACKAGE_VERSION
64
0 commit comments