We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0399cb commit da51ebbCopy full SHA for da51ebb
.github/workflows/update-vencord-dev.yml
@@ -17,7 +17,8 @@ jobs:
17
git clone https://$USERNAME:$API_TOKEN@github.com/$GH_REPO.git repo
18
19
cd repo
20
- echo "${{ github.event.release.tag_name }}" > scripts/_latestVesktopVersion.txt
+ version="${{ github.event.release.tag_name }}"
21
+ echo "${version#v}" > scripts/_latestVesktopVersion.txt
22
23
git add scripts/_latestVesktopVersion.txt
24
git commit -m "Update Vesktop version to ${{ github.event.release.tag_name }}"
0 commit comments