Ver Fonte

ci: fix winget uploader

MystiPanda há 10 meses atrás
pai
commit
f2e5f0754c
1 ficheiros alterados com 2 adições e 1 exclusões
  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  }}