From c304ec527ebeff8436772510371e8e3f5e1eaddf Mon Sep 17 00:00:00 2001 From: Rupesh J Date: Sun, 16 Nov 2025 16:30:22 +0530 Subject: [PATCH] Fix pipeline version release. --- .github/workflows/pre-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 3f600e2..43eb1aa 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -88,7 +88,7 @@ jobs: git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com git switch -c "$BRANCH_NAME" - git add docs/history.md cumulusci/__about__.py + git add docs/history.md cumulusci_ado/__about__.py git commit -m "Update changelog (automated)" # Delete the remote branch if it exists, ignoring errors if it doesn't. git push origin --delete "$BRANCH_NAME" || true