Skip to content

Commit 12b70ae

Browse files
authored
[RN][Releases] Fix Publish template (facebook#49789)
The publishTemplate script references a variable that is not defined. ## Changelog: [Internal] -
1 parent 97adbd8 commit 12b70ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflow-scripts/publishTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports.verifyPublishedTemplate = async (
8686
return;
8787
}
8888
log(
89-
`🐌 ${TEMPLATE_NPM_PKG}@latest → ${pkg.version} on npm and not ${version} as expected, retrying...`,
89+
`🐌 ${TEMPLATE_NPM_PKG}@latest → ${json.version} on npm and not ${version} as expected, retrying...`,
9090
);
9191
} catch (e) {
9292
log(`Nope, fetch failed: ${e.message}`);

0 commit comments

Comments
 (0)