fix: promote immutable verified release bundles
This commit is contained in:
@@ -212,7 +212,7 @@ const artifact = {
|
||||
const passed = artifact.compatible && fixtures.every((fixture) => fixture.passed);
|
||||
const report = {
|
||||
schemaVersion: 1,
|
||||
generatedAt: new Date().toISOString(),
|
||||
generatedAt: release.builtAt,
|
||||
artifact,
|
||||
fixtures,
|
||||
passed,
|
||||
|
||||
Reference in New Issue
Block a user