There was an error while loading. Please reload this page.
2 parents 02db19a + 23a2369 commit c4db4e6Copy full SHA for c4db4e6
1 file changed
.ci/update_registry.jl
@@ -47,9 +47,9 @@ try
47
run(`git switch -c chore/update-registry`)
48
run(`git add $registry_path`)
49
run(`git commit -m "update registry for $target_name v$version"`)
50
- run(`git push -u origin chore/update-registry`)
+ run(`git push -u origin registry/$target_name-v$version`)
51
run(`gh pr create --fill --title "Update registry for $target_name v$version"`)
52
- run(`gh pr merge --auto --merge --delete-branch`)
+ run(`gh pr merge --auto --merge`)
53
println("✅ Registry pushed.")
54
catch e
55
println("⚠️ Could not push registry: $e")
0 commit comments