fix: switch to github for release

This commit is contained in:
Guilhem Lavaux 2024-11-07 13:42:13 +02:00
parent ebb4932c27
commit 31bb742903

View File

@ -75,10 +75,9 @@ default_bump_level = 0
[tool.semantic_release.remote] [tool.semantic_release.remote]
name = "origin" name = "origin"
type = "gitea" type = "github"
ignore_token_for_push = false ignore_token_for_push = false
insecure = false insecure = false
domain = "git.aquila-consortium.org"
[tool.semantic_release.publish] [tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"] dist_glob_patterns = ["dist/*"]