Skip to content

Commit 5778a55

Browse files
committed
debug
1 parent f14dcd4 commit 5778a55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/release/download_rc_binaries.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,9 @@ def is_target(path):
353353
)
354354
args = parser.parse_args()
355355

356+
print(f"tag: {args.tag}")
357+
print(f"repo: {args.repository}")
358+
print(f"type: {args.package_type}")
356359
download_rc_binaries(
357360
args.version,
358361
args.rc_number,

0 commit comments

Comments
 (0)