chore: fix to release scripts (#10401)
This commit is contained in:
parent
6d30aeefe5
commit
38214ac121
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ def execute_release_steps(repo, version, config):
|
|||
|
||||
# Update lean-toolchain in docs
|
||||
print(blue("Updating docs/lean-toolchain..."))
|
||||
docs_toolchain = "docs" / "lean-toolchain"
|
||||
docs_toolchain = repo_path / "docs" / "lean-toolchain"
|
||||
with open(docs_toolchain, "w") as f:
|
||||
f.write(f"leanprover/lean4:{version}\n")
|
||||
print(green(f"Updated docs/lean-toolchain to leanprover/lean4:{version}"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue