Skip to content

Commit fcc58ee

Browse files
authored
fix: semantic release versioning tag (#237)
1 parent cf067d4 commit fcc58ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pyshark = "^0.6"
4848

4949
[tool.semantic_release]
5050
branch = "main"
51-
version_toml = "pyproject.toml:tool.poetry.version"
51+
version_toml = ["pyproject.toml", "tool.poetry.version"]
5252
build_command = "pip install poetry && poetry build"
5353
[tool.semantic_release.commit_parser_options]
5454
allowed_tags = [

0 commit comments

Comments
 (0)