mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-27 22:06:03 +00:00
update
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
898f81b9c7
commit
d674ce0a7d
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue