Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d9c555d

Browse files
fix: convert version_toml to array
1 parent 3c9984b commit d9c555d

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
@@ -37,7 +37,7 @@ pygithub = "^1.57"
3737

3838
[tool.semantic_release]
3939
version_variable = "gotrue/__init__.py:__version__"
40-
version_toml = "pyproject.toml:tool.poetry.version"
40+
version_toml = ["pyproject.toml:tool.poetry.version"]
4141
major_on_zero = false
4242
commit_subject = "chore(release): bump version to v{version}"
4343
build_command = "curl -sSL https://install.python-poetry.org | python - && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"

0 commit comments

Comments
 (0)