We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a67dc8 commit d584555Copy full SHA for d584555
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Set OpenAPI Generator Version
52
run: |
53
- OPENAPI_VERSION=$(jq .["generator-cli"].version openapitools.json)
+ OPENAPI_VERSION=$(jq .[\"generator-cli\"].version openapitools.json)
54
echo "OPENAPI_GENERATOR_VERSION=$OPENAPI_VERSION" >> $GITHUB_ENV
55
shell: bash
56
0 commit comments