Przeglądaj źródła

fix(winget): add suffix to release tag

Baptiste Augrain 2 lat temu
rodzic
commit
72e723735f
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      .github/workflows/insider-windows.yml

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

@@ -134,11 +134,12 @@ 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@feat-release-repo
+        uses: daiyam/winget-releaser@insider
         with:
         with:
           identifier: VSCodium.VSCodium.Insiders
           identifier: VSCodium.VSCodium.Insiders
+          version: ${{ env.RELEASE_VERSION }}
           release-repository: vscodium-insiders
           release-repository: vscodium-insiders
-          release-tag: ${{ env.RELEASE_VERSION }}
+          release-tag: ${{ env.RELEASE_VERSION }}-insider
           installers-regex: '\.exe$' # only .exe files
           installers-regex: '\.exe$' # only .exe files
           token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
           token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
         if: env.SHOULD_DEPLOY == 'yes'
         if: env.SHOULD_DEPLOY == 'yes'