🐛 Changelog not getting generated

This commit is contained in:
Nikhil Badyal
2023-08-25 23:05:32 +05:30
parent e740293d5e
commit 24b3af211b
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -76,6 +76,7 @@ class Github(Downloader):
headers["Authorization"] = f"token {config.personal_access_token}"
response = requests.get(api_url, headers=headers, timeout=60)
handle_request_response(response)
update_changelog(f"{github_repo_owner}/{github_repo_name}", response.json())
assets = response.json()["assets"]
try:
filter_pattern = re.compile(asset_filter)