From 4b98584e3e5fb048fa8456f7ccb5a8f5c1d58a2e Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Thu, 12 Oct 2023 07:52:36 +0900 Subject: [PATCH 1/2] chore(actions): Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b1c378f70..9967654b86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,7 +117,7 @@ jobs: if: ${{ env.VERSION_HASH == '' }} uses: irongut/EditRelease@v1.2.0 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} id: ${{ steps.get_draft_release.outputs.id }} draft: false prerelease: false From bbcc735d503f8a8f841aa48e370657d3a7cc8744 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Thu, 12 Oct 2023 07:55:53 +0900 Subject: [PATCH 2/2] fix: installer regex --- .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 c697a6c830..31b188571c 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -19,7 +19,7 @@ jobs: uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: th-ch.YouTubeMusic - installers-regex: '^YouTube-Music-Setup-[\d\.]+\.exe$' + installers-regex: '^YouTube-Music-Web-Setup-[\d\.]+\.exe$' version: ${{ inputs.tag_name || github.event.release.tag_name }} release-tag: ${{ inputs.tag_name || github.event.release.tag_name }} token: ${{ secrets.WINGET_ACC_TOKEN }}