fix: use official winget-releaser
This commit is contained in:
parent
b5b3376645
commit
3f6a260aa3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/insider-windows.yml
vendored
2
.github/workflows/insider-windows.yml
vendored
|
@ -135,7 +135,7 @@ jobs:
|
|||
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
|
||||
|
||||
- name: Release to WinGet
|
||||
uses: daiyam/winget-releaser@insider
|
||||
uses: vedantmgoyal2009/winget-releaser@latest
|
||||
with:
|
||||
identifier: VSCodium.VSCodium.Insiders
|
||||
version: ${{ env.RELEASE_VERSION }}
|
||||
|
|
Loading…
Reference in a new issue