Skip to content

Commit 215eade

Browse files
authored
ci: fix commit
1 parent 722a97f commit 215eade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
git config --local user.name "github-actions"
9595
git config --local user.email "github-actions@github.com"
9696
git add ./VRCFTPicoModule/VRCFTPicoModule.csproj
97-
git commit -m "chore: prepare for next version: v$Version.ToString()"
97+
git commit -m "chore: prepare for next version: v$Version"
9898
git push
9999
env:
100100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)