diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 89bc9b63..da38ce47 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -12,3 +12,4 @@ jobs: identifier: ChatterinoTeam.Chatterino installers-regex: ^Chatterino.Installer.exe$ token: ${{ secrets.WINGET_TOKEN }} + fork-user: chatterino-ci diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f271d4..0ff4c13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Minor: Fixed usercard resizing improperly without recent messages. (#6496) - Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493) - Dev: Fix 32-bit compile in PluginRepl. (#6483) +- Dev: Fix the WinGet release workflow. (#6497) ## 2.5.4