File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1312,7 +1312,7 @@ function push_jll_package(name, build_version;
1312
1312
# Next, push up the wrapper code repository
1313
1313
wrapper_repo = LibGit2. GitRepo (code_dir)
1314
1314
LibGit2. add! (wrapper_repo, " ." )
1315
- LibGit2. commit (wrapper_repo, " $(name) _jll build $(build_version) " )
1315
+ commit = LibGit2. commit (wrapper_repo, " $(name) _jll build $(build_version) " )
1316
1316
Wizard. with_gitcreds (gh_username, gh_auth. token) do creds
1317
1317
refspecs = [" refs/heads/main" ]
1318
1318
# Fetch the remote repository, to have the relevant refspecs up to date.
@@ -1321,6 +1321,7 @@ function push_jll_package(name, build_version;
1321
1321
refspecs= refspecs,
1322
1322
credentials= creds,
1323
1323
)
1324
+ LibGit2. branch! (wrapper_repo, " main" , commit; track= " main" )
1324
1325
LibGit2. push (
1325
1326
wrapper_repo;
1326
1327
refspecs= refspecs,
You can’t perform that action at this time.
0 commit comments