Skip to content

Commit d584555

Browse files
authored
SWI-7144 Update Generator Version in Deploy WF (#174)
1 parent 6a67dc8 commit d584555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Set OpenAPI Generator Version
5252
run: |
53-
OPENAPI_VERSION=$(jq .["generator-cli"].version openapitools.json)
53+
OPENAPI_VERSION=$(jq .[\"generator-cli\"].version openapitools.json)
5454
echo "OPENAPI_GENERATOR_VERSION=$OPENAPI_VERSION" >> $GITHUB_ENV
5555
shell: bash
5656

0 commit comments

Comments
 (0)