This commit is contained in:
s3lph 2023-10-05 01:49:51 +02:00
parent 00cd0ef70b
commit a6eb99f084

View file

@ -130,7 +130,7 @@ def main():
post_body: str = json.dumps({'description': augmented_changelog})
gitlab_release_api_url: str = \
gitlab_release_api_url: str = \
f'https://gitlab.com/api/v4/projects/{project_id}/releases'
headers: Dict[str, str] = {
'Private-Token': api_token,