Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-06-10 21:18:21 -04:00
parent 898f81b9c7
commit d674ce0a7d
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

View file

@ -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 => {