ci: fix semantic release branch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
William Luke 2022-03-16 09:20:55 +03:00
parent 941b9e6b65
commit c832763240
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ testpaths = ["tests"]
[tool.semantic_release]
version_variable = ["cic/__init__.py:__version__", "pyproject.toml:version"]
version_source = "commit"
branch = "main"
branch = "master"
upload_to_repository = true
upload_to_release = true
build_command = "pip install poetry && poetry build"