From 4dc27649bbb71285a8f579096debcc67baee06f6 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Sun, 12 Feb 2023 20:01:10 -0500 Subject: [PATCH] Use v2 of the winget action --- .github/workflows/winget.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index b8173c93..5f3738a8 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -2,11 +2,14 @@ name: Publish to WinGet on: release: types: [released] + push: + branches: + - master 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-JUI token: ${{ secrets.WINGET_PUBLISH_PAT }}