mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-11 12:05:58 +08:00
update changelog
This commit is contained in:
@@ -71,7 +71,9 @@ export const parseConfig = (env: Env): Config => {
|
||||
env.INPUT_DISCUSSION_CATEGORY_NAME || undefined,
|
||||
input_generate_release_notes: env.INPUT_GENERATE_RELEASE_NOTES == "true",
|
||||
input_append_body: env.INPUT_APPEND_BODY == "true",
|
||||
input_make_latest: env.INPUT_MAKE_LATEST ? env.INPUT_MAKE_LATEST : undefined,
|
||||
input_make_latest: env.INPUT_MAKE_LATEST
|
||||
? env.INPUT_MAKE_LATEST
|
||||
: undefined,
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user