Skip to content

Commit

Permalink
chore: fix version variable semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz committed Jan 3, 2024
1 parent 3ed75e0 commit 83a33d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ commit_parser = "angular"
logging_use_named_masks = false
major_on_zero = true
tag_format = "v{version}"
version_toml = "pyproject.toml:tool.poetry.version"
version_toml = ["pyproject.toml:tool.poetry.version"]

[tool.semantic_release.branches.main]
match = "main"
Expand Down

0 comments on commit 83a33d2

Please sign in to comment.