Use main as release branch
This commit is contained in:
parent
c06ff29ded
commit
b0b8a8105a
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -32,7 +32,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