Skip to content

Commit cad8973

Browse files
fix: change semantic_release from tag_only to tag
1 parent b9e21a3 commit cad8973

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
@@ -30,6 +30,6 @@ pytest = "*"
3030

3131
[tool.semantic_release]
3232
branch = "main"
33-
version_source = "tag_only"
33+
version_source = "tag"
3434
version_toml = "pyproject.toml:tool.poetry.version"
3535
build_command = "pip install poetry && poetry build"

0 commit comments

Comments
 (0)