ソースを参照

fix: use official winget-releaser

Baptiste Augrain 2 年 前
コミット
3f6a260aa3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/insider-windows.yml

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

@@ -135,7 +135,7 @@ jobs:
           RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
           RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
 
 
       - name: Release to WinGet
       - name: Release to WinGet
-        uses: daiyam/winget-releaser@insider
+        uses: vedantmgoyal2009/winget-releaser@latest
         with:
         with:
           identifier: VSCodium.VSCodium.Insiders
           identifier: VSCodium.VSCodium.Insiders
           version: ${{ env.RELEASE_VERSION }}
           version: ${{ env.RELEASE_VERSION }}