diff --git a/mc-manager/BUILD.py b/mc-manager/BUILD.py index af6c57a..3607ca4 100644 --- a/mc-manager/BUILD.py +++ b/mc-manager/BUILD.py @@ -46,7 +46,7 @@ for rid in RIDS: os.chdir("pub") while True: - upload = input("Do you want to upload the release assets? (Y/N)") + upload = input(f"Do you want to upload the release assets? Please ensure you have created the tag \"{CURRENT_TIMESTAMP}\" first! (Y/N)") if upload.lower() not in ["y", "n"]: print("Please enter either Y or N.") continue