Skip to content

Commit 344bc09

Browse files
Backport PR #3236 on branch 1.10.x (Fix towncrier git CLI call) (#3237)
Co-authored-by: Philipp A <[email protected]>
1 parent 31ea148 commit 344bc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/towncrier_automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def main(argv: Sequence[str] | None = None) -> None:
7676
# push
7777
if not args.dry_run:
7878
subprocess.run(
79-
["git", "push", "--set-upstream=origin", branch_name], check=True
79+
["git", "push", "--set-upstream", "origin", branch_name], check=True
8080
)
8181
else:
8282
print("Dry run, not pushing")

0 commit comments

Comments
 (0)