switch to main
This commit is contained in:
parent
f636f7ffc3
commit
7e3312e285
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -33,7 +33,7 @@ def initialize(project):
|
|||
f"target/uberjar/{name}-standalone.jar",
|
||||
f"target/frontend-build/{name}.js",
|
||||
],
|
||||
"release_main_branch": "master",
|
||||
"release_main_branch": "main",
|
||||
}
|
||||
|
||||
build = ReleaseMixin(project, input)
|
||||
|
|
Loading…
Reference in a new issue