Skip to content

Commit 6eb1831

Browse files
authored
Merge pull request #9 from jorgesolebur/feature/fixPipeline
Fix pipeline version release.
2 parents 81d4626 + c304ec5 commit 6eb1831

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)