prepare switch to main
This commit is contained in:
parent
3756a5bc63
commit
7c4dc29651
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -23,7 +23,7 @@ def initialize(project):
|
|||
"release_secondary_build_files": [
|
||||
"project-cljs.clj",
|
||||
],
|
||||
"release_main_branch": "master",
|
||||
"release_main_branch": "main",
|
||||
}
|
||||
|
||||
build = ReleaseMixin(project, input)
|
||||
|
|
Loading…
Reference in a new issue