Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamoo1 committed Mar 25, 2024
1 parent 0a56b03 commit 7f418c8
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 @@ -28,7 +28,7 @@ commit_parser = "angular"
logging_use_named_masks = false
major_on_zero = false
tag_format = "v{version}"
build_command = "make vendors && make"
build_command = " poetry run make vendors && poetry run make"
[tool.semantic_release.branches.main]
match = "(main|master)"
prerelease = false
Expand Down

0 comments on commit 7f418c8

Please sign in to comment.