From d2c69d4ec7b52cbb7c2a3c84a3837549b4cd2345 Mon Sep 17 00:00:00 2001 From: sherwinski Date: Fri, 23 Jan 2026 15:45:35 -0800 Subject: [PATCH] ci: remove extra "Channels" line that gets prepended to the release notes --- .github/workflows/publish-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index cb58cbc99..b8fa1f288 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -163,8 +163,6 @@ jobs: CHANNEL="current" fi - echo -e "Channels: $CHANNEL\n\n$(cat release_notes.md)" > release_notes.md - git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"