Skip to content

Commit 30953cf

Browse files
committed
Fix version postpend
1 parent e05c750 commit 30953cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
echo "Version is: ${vrchat_sdk_version}"
6262
echo "vrchat_sdk_version=$vrchat_sdk_version" >> $GITHUB_ENV
6363
64+
- name: Apply Version Postpend
65+
if: ${{ github.event_name == 'workflow_dispatch' && inputs.version_postfix != '' }}
66+
run: yq '--inplace' ".info.version |= \"${vrchat_sdk_version}\"" "${ARTIFACT_NAME}"
67+
6468
- name: Generate SDK Client
6569
run: bash ./generate.sh "${ARTIFACT_NAME}" "${vrchat_sdk_version}"
6670

0 commit comments

Comments
 (0)