From 0b01cba502d31dffd7feb5b0b7c23ac9a163330f Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com> Date: Fri, 30 Sep 2022 23:45:14 +0530 Subject: [PATCH] Update winget.yml --- .github/workflows/winget.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 82243264c..cdc12cdd8 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,7 +6,8 @@ jobs: publish: runs-on: windows-latest # action can only be run on windows steps: - - uses: vedantmgoyal2009/winget-releaser@latest + - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: RustDesk.RustDesk + version: ${{ github.event.release.tag_name }} token: ${{ secrets.WINGET_TOKEN }}