From d34e88ac3799e7bc14a257681bd5d5b1b7da7831 Mon Sep 17 00:00:00 2001 From: pbio <10051819+paulbalaji@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:54:17 +0000 Subject: [PATCH] fix(ci): remove duplicate title key in release workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The duplicate `title:` key in the changesets action config was invalid YAML, likely causing parsing issues that made the workflow trigger on all branches instead of just main. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 910ba1fd104..728d3203357 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,6 @@ jobs: with: title: 'chore: release npm packages' version: yarn version:prepare - title: 'chore: release npm packages' setupGitUser: false env: NPM_CONFIG_PROVENANCE: true