fix: ci
This commit is contained in:
parent
00cd0ef70b
commit
a6eb99f084
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue