Browse Source

fix(winget): use fork to set release repository [skip ci]

Baptiste Augrain 2 năm trước cách đây
mục cha
commit
fe9701d8ff
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/insider-windows.yml

+ 2 - 1
.github/workflows/insider-windows.yml

@@ -134,9 +134,10 @@ jobs:
           RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
 
       - name: Release to WinGet
-        uses: vedantmgoyal2009/winget-releaser@latest
+        uses: daiyam/winget-releaser@feat-release-repo
         with:
           identifier: VSCodium.VSCodium.Insiders
+          release-repository: vscodium-insiders
           release-tag: ${{ env.RELEASE_VERSION }}
           installers-regex: '\.exe$' # only .exe files
           token: ${{ secrets.STRONGER_GITHUB_TOKEN }}