Skip to content

Commit a17b714

Browse files
giordanostaticfloat
authored andcommitted
Stringify commit for LibGit2.branch!
1 parent 271a8d9 commit a17b714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ function push_jll_package(name, build_version;
13211321
refspecs=refspecs,
13221322
credentials=creds,
13231323
)
1324-
LibGit2.branch!(wrapper_repo, "main", commit; track="main")
1324+
LibGit2.branch!(wrapper_repo, "main", string(LibGit2.GitHash(commit)); track="main")
13251325
LibGit2.push(
13261326
wrapper_repo;
13271327
refspecs=refspecs,

0 commit comments

Comments
 (0)