From 1e400d2a64f5baf70d3736106858f4e6d88ecd12 Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:47:10 +0530 Subject: [PATCH] Update winget-releaser to latest (#8532) --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 098e35f20..52bb17e6f 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,7 +6,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v2 + - uses: vedantmgoyal9/winget-releaser@main with: identifier: RustDesk.RustDesk version: ${{ github.event.release.tag_name }}