From c090471b1f32ead9d97a1aef57fd005a8a81b2ac Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 11 Jan 2025 20:32:29 +0100 Subject: [PATCH] fix: update winget repo url (#5813) --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 8f9b4472..3059f0c1 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: runs-on: windows-latest if: ${{ startsWith(github.event.release.tag_name, 'v') }} steps: - - uses: vedantmgoyal2009/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e + - uses: vedantmgoyal9/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e with: identifier: ChatterinoTeam.Chatterino installers-regex: ^Chatterino.Installer.exe$