Skip to content

Commit 7801079

Browse files
authored
fix: Update winget-releaser version to main (#3091)
1 parent bcdd24d commit 7801079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/winget-submission.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
TAG_NAME: ${{ inputs.tag_name || github.event.release.tag_name }}
2121
run: echo "WINGET_TAG_NAME=$(echo ${TAG_NAME#v})" >> $GITHUB_ENV
2222
- name: Submit package to Windows Package Manager Community Repository
23-
uses: vedantmgoyal2009/winget-releaser@v2
23+
uses: vedantmgoyal2009/winget-releaser@main
2424
with:
2525
identifier: th-ch.YouTubeMusic
2626
installers-regex: '^YouTube-Music-Web-Setup-[\d\.]+\.exe$'

0 commit comments

Comments
 (0)