Explorar o código

ci: fix winget uploader

MystiPanda hai 1 ano
pai
achega
f2e5f0754c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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  }}