Skip to content

Commit cc2eb82

Browse files
committed
Bufix.
1 parent 83e9012 commit cc2eb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_sdk_code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sed -i "s/{VERSION}/${{ steps.version.outputs.result }}/g" ${{ runner.temp }}/${{ env.CONFIG_FILE }}
7171
7272
#set API version
73-
sed -i 's/version: "1.0"/${{ github.event.client_payload.version }}/g' ${{ runner.temp }}/openapispec/openapi.yml
73+
sed -i 's/version: "1.0"/version: ${{ github.event.client_payload.version }}/g' ${{ runner.temp }}/openapispec/openapi.yml
7474
7575
- name: Generate SDK
7676
run: |

0 commit comments

Comments
 (0)