Skip to content

Commit

Permalink
fix(ci): update [tool.semantic_release] names (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Aug 23, 2023
1 parent 6af5f36 commit 70d2c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dj-database-url = "2.*"

[tool.semantic_release]
branch = "master"
version_toml = "pyproject.toml:tool.poetry.version"
version_variable = "django_object_actions/__init__.py:__version__"
version_toml = ["pyproject.toml:tool.poetry.version"]
version_variables = ["django_object_actions/__init__.py:__version__"]
build_command = "pip install poetry && poetry build"

[tool.coverage.run]
Expand Down

0 comments on commit 70d2c81

Please sign in to comment.