From 8a3f73209981eabc4de8b62b6e3d2a50f1337bbc Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:11:03 +0530 Subject: [PATCH] Update winget-releaser to latest --- .github/workflows/winget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index e34f4691..e4274caf 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,8 +10,8 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal9/winget-releaser@main with: identifier: ${{ env.IDENTIFIER }} version: ${{ github.event.release.tag_name }} - token: ${{ secrets.WINGET_TOKEN }} \ No newline at end of file + token: ${{ secrets.WINGET_TOKEN }}