From 78010793fb6069db3a7aee45246671e24b1cf132 Mon Sep 17 00:00:00 2001 From: Paciupa <65620103+Paciupa@users.noreply.github.com> Date: Sat, 15 Mar 2025 20:45:10 +0300 Subject: [PATCH] fix: Update winget-releaser version to main (#3091) --- .github/workflows/winget-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 802d2ee2..b3c21bef 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -20,7 +20,7 @@ jobs: TAG_NAME: ${{ inputs.tag_name || github.event.release.tag_name }} run: echo "WINGET_TAG_NAME=$(echo ${TAG_NAME#v})" >> $GITHUB_ENV - name: Submit package to Windows Package Manager Community Repository - uses: vedantmgoyal2009/winget-releaser@v2 + uses: vedantmgoyal2009/winget-releaser@main with: identifier: th-ch.YouTubeMusic installers-regex: '^YouTube-Music-Web-Setup-[\d\.]+\.exe$'