[RN][Releases] Fix Publish template

The publishTemplate script references a variable that is not defined.

## Changelog:
[Internal] -
This commit is contained in:
Riccardo Cipolleschi
2025-03-03 14:32:14 +00:00
committed by GitHub
parent 721f5d33ea
commit 7080cf2db5
+1 -1
View File
@@ -86,7 +86,7 @@ module.exports.verifyPublishedTemplate = async (
return;
}
log(
`🐌 ${TEMPLATE_NPM_PKG}@latest → ${pkg.version} on npm and not ${version} as expected, retrying...`,
`🐌 ${TEMPLATE_NPM_PKG}@latest → ${json.version} on npm and not ${version} as expected, retrying...`,
);
} catch (e) {
log(`Nope, fetch failed: ${e.message}`);