ci: fix semantic release variables for github release

This commit is contained in:
wakonig_k 2025-05-30 14:48:41 +02:00 committed by Klaus Wakonig
parent 780cc641c6
commit d8926e0b12

View File

@ -99,11 +99,11 @@ default_bump_level = 0
[tool.semantic_release.remote]
name = "origin"
type = "gitlab"
ignore_token_for_push = false
type = "github"
ignore_token_for_push = true
[tool.semantic_release.remote.token]
env = "GL_TOKEN"
env = "GH_TOKEN"
[tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"]