Skip to content

Commit 63b6cd1

Browse files
Uncomment unnecessarily commented code
1 parent a975872 commit 63b6cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/release_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ def manifest_list_digest_for_image(image: str) -> str:
199199
with open(release_info_filename, "w") as file:
200200
file.write(release_info)
201201

202-
# upload_assets_to_github_release([release_info_filename], args.version)
202+
upload_assets_to_github_release([release_info_filename], args.version)

0 commit comments

Comments
 (0)