Skip to content

Commit 8d0f5c9

Browse files
committed
Remove version from script call
1 parent cac134d commit 8d0f5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "vrchat_sdk_version=$vrchat_sdk_version" >> $GITHUB_ENV
5757
5858
- name: Generate SDK Client
59-
run: bash ./generate.sh "${ARTIFACT_NAME}" "${vrchat_sdk_version}"
59+
run: bash ./generate.sh "${ARTIFACT_NAME}"
6060

6161
- name: Deploy SDK back into main branch and make tag
6262
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)