We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e9012 commit cc2eb82Copy full SHA for cc2eb82
.github/workflows/generate_sdk_code.yml
@@ -70,7 +70,7 @@ jobs:
70
sed -i "s/{VERSION}/${{ steps.version.outputs.result }}/g" ${{ runner.temp }}/${{ env.CONFIG_FILE }}
71
72
#set API version
73
- sed -i 's/version: "1.0"/${{ github.event.client_payload.version }}/g' ${{ runner.temp }}/openapispec/openapi.yml
+ sed -i 's/version: "1.0"/version: ${{ github.event.client_payload.version }}/g' ${{ runner.temp }}/openapispec/openapi.yml
74
75
- name: Generate SDK
76
run: |
0 commit comments