mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-09 19:25:36 +08:00
update changelog
This commit is contained in:
@@ -24,9 +24,9 @@ async function run() {
|
||||
}
|
||||
if (config.input_files) {
|
||||
const patterns = unmatchedPatterns(config.input_files);
|
||||
patterns.forEach((pattern) =>
|
||||
throw new Error(`⚠️ Pattern '${pattern}' does not match any files.`)
|
||||
);
|
||||
patterns.forEach((pattern) => {
|
||||
throw new Error(`⚠️ Pattern '${pattern}' does not match any files.`);
|
||||
});
|
||||
if (patterns.length > 0 && config.input_fail_on_unmatched_files) {
|
||||
throw new Error(`⚠️ There were unmatched files`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user