Skip to content

Commit 70d2c81

Browse files
authored
1 parent 6af5f36 commit 70d2c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dj-database-url = "2.*"
3838

3939
[tool.semantic_release]
4040
branch = "master"
41-
version_toml = "pyproject.toml:tool.poetry.version"
42-
version_variable = "django_object_actions/__init__.py:__version__"
41+
version_toml = ["pyproject.toml:tool.poetry.version"]
42+
version_variables = ["django_object_actions/__init__.py:__version__"]
4343
build_command = "pip install poetry && poetry build"
4444

4545
[tool.coverage.run]

0 commit comments

Comments
 (0)