From aa208fb7d00d4e401ab9497d0c0af4db7741f7c7 Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com> Date: Fri, 5 Aug 2022 20:11:31 +0530 Subject: [PATCH] Update winget.yml --- .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 238e1b0cc4..a9f25a450d 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,12 +7,12 @@ jobs: runs-on: windows-latest # action can only be run on windows steps: - if: github.event.action == 'released' - uses: telegramdesktop/winget-releaser@latest + uses: telegramdesktop/winget-releaser@main with: identifier: Telegram.TelegramDesktop token: ${{ secrets.WINGET_TOKEN }} - if: github.event.action == 'prereleased' - uses: telegramdesktop/winget-releaser@latest + uses: telegramdesktop/winget-releaser@main with: identifier: Telegram.TelegramDesktop.Beta token: ${{ secrets.WINGET_TOKEN }}