Skip to content

Commit 23f3cca

Browse files
committed
Fix issue
1 parent 8249970 commit 23f3cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
with:
6464
branch: main
6565
folder: .
66-
commit-message: "Upgrade Java SDK to spec ${{vrchat_sdk_version}}"
67-
tag: ${{vrchat_sdk_version}}
66+
commit-message: "Upgrade Java SDK to spec ${vrchat_sdk_version}"
67+
tag: ${vrchat_sdk_version}
6868

6969
# gradle:
7070
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)