Skip to content

Commit c4db4e6

Browse files
authored
Merge pull request #15 from SimplePixelFont/The-Nice-One-patch-1
Refactor git push and PR merge commands
2 parents 02db19a + 23a2369 commit c4db4e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/update_registry.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ try
4747
run(`git switch -c chore/update-registry`)
4848
run(`git add $registry_path`)
4949
run(`git commit -m "update registry for $target_name v$version"`)
50-
run(`git push -u origin chore/update-registry`)
50+
run(`git push -u origin registry/$target_name-v$version`)
5151
run(`gh pr create --fill --title "Update registry for $target_name v$version"`)
52-
run(`gh pr merge --auto --merge --delete-branch`)
52+
run(`gh pr merge --auto --merge`)
5353
println("✅ Registry pushed.")
5454
catch e
5555
println("⚠️ Could not push registry: $e")

0 commit comments

Comments
 (0)