From d674ce0a7d849821391ec4843ee2bbb94aeed9dd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 21:18:21 -0400 Subject: [PATCH] update Signed-off-by: Rui Chen --- src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.ts b/src/util.ts index effc71a..11f8859 100644 --- a/src/util.ts +++ b/src/util.ts @@ -20,8 +20,8 @@ export interface Config { input_discussion_category_name?: string; input_generate_release_notes?: boolean; input_append_body?: boolean; + input_make_latest: "true" | "false" | "legacy" | undefined; input_previous_tag?: string; - input_make_latest?: string; } export const uploadUrl = (url: string): string => {