Parcourir la source

ci: fix winget uploader

MystiPanda il y a 10 mois
Parent
commit
f2e5f0754c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .github/workflows/release.yml

+ 2 - 1
.github/workflows/release.yml

@@ -275,5 +275,6 @@ jobs:
         with:
           identifier: ClashVergeRev.ClashVergeRev
           version: ${{env.VERSION}}
+          release-tag: v${{env.VERSION}}
           installers-regex: '_(arm64|x64|x86)-setup\.exe$'
-          token: ${{ secrets.GITHUB_TOKEN }}
+          token: ${{ secrets.WINGET_TOKEN  }}