We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722a97f commit 215eadeCopy full SHA for 215eade
1 file changed
.github/workflows/publish.yml
@@ -94,7 +94,7 @@ jobs:
94
git config --local user.name "github-actions"
95
git config --local user.email "github-actions@github.com"
96
git add ./VRCFTPicoModule/VRCFTPicoModule.csproj
97
- git commit -m "chore: prepare for next version: v$Version.ToString()"
+ git commit -m "chore: prepare for next version: v$Version"
98
git push
99
env:
100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments