Logging skipped releases.

This commit is contained in:
DebaucheryLibrarian 2023-06-04 00:42:29 +02:00
parent 7fb832028e
commit 66f4244779
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ async function addRelease(release, context) {
.first();
if (existingRelease) {
console.log(`Skipping ${release.entity.slug} release "${release.title}", already in database`);
return false;
}