diff --git a/src/main.ts b/src/main.ts index e749b21df..19d31864f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -60,7 +60,7 @@ async function run() { }); //); const rel = await release(config, new GitHubReleaser(gh)); - if (config.input_files) { + if (config.input_files && config.input_files.length > 0) { const files = paths(config.input_files); if (files.length == 0) { console.warn(`🤔 ${config.input_files} not include valid file.`);