mirror of
https://github.com/ncipollo/release-action
synced 2026-09-14 20:13:22 +00:00
Bump typescript, fix build errors around catch blocks.
This commit is contained in:
@@ -63,7 +63,7 @@ class FileArtifactGlobber {
|
||||
throw Error(`Artifact pattern :${pattern} did not match any files`);
|
||||
}
|
||||
static expandPath(path) {
|
||||
return untildify_1.default(path);
|
||||
return (0, untildify_1.default)(path);
|
||||
}
|
||||
}
|
||||
exports.FileArtifactGlobber = FileArtifactGlobber;
|
||||
|
||||
Reference in New Issue
Block a user