From eca3205dcf43a0e32e5f5976e2ef49205beff8a2 Mon Sep 17 00:00:00 2001 From: DattatreyaReddy Panta <58727124+DattatreyaReddy@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:02:41 +0530 Subject: [PATCH] Update winget.yml (#500) --- .github/workflows/winget.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index de8a2778..37df7af2 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -1,12 +1,14 @@ name: Publish to WinGet on: - release: - types: [released] + workflow_run: + workflows: ["CI Publish"] + types: + - completed jobs: publish: runs-on: windows-latest # action can only be run on windows steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: Suwayomi.Tachidesk-Server installers-regex: '.*x64.msi$'