Skip to content

Commit c304ec5

Browse files
committed
Fix pipeline version release.
1 parent 56b19c4 commit c304ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
git config user.name github-actions[bot]
8989
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
9090
git switch -c "$BRANCH_NAME"
91-
git add docs/history.md cumulusci/__about__.py
91+
git add docs/history.md cumulusci_ado/__about__.py
9292
git commit -m "Update changelog (automated)"
9393
# Delete the remote branch if it exists, ignoring errors if it doesn't.
9494
git push origin --delete "$BRANCH_NAME" || true

0 commit comments

Comments
 (0)