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$'