Skip to content

Commit b37cfe1

Browse files
committed
Remove error from copy
1 parent a2d23b6 commit b37cfe1

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
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Check version number
5353
run: |
54-
vrchat_sdk_version=$(( ${PASSED_VERSION%%.*} + 1)).${PASSED_VERSION#*.}${VERSION_POSTPEND}
54+
vrchat_sdk_version=$(( ${PASSED_VERSION%%.*})).${PASSED_VERSION#*.}${VERSION_POSTPEND}
5555
echo "Version is: ${vrchat_sdk_version}"
5656
echo "vrchat_sdk_version=$vrchat_sdk_version" >> $GITHUB_ENV
5757

0 commit comments

Comments
 (0)