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 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 }}