We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97adbd8 commit 12b70aeCopy full SHA for 12b70ae
1 file changed
.github/workflow-scripts/publishTemplate.js
@@ -86,7 +86,7 @@ module.exports.verifyPublishedTemplate = async (
86
return;
87
}
88
log(
89
- `🐌 ${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...`,
90
);
91
} catch (e) {
92
log(`Nope, fetch failed: ${e.message}`);
0 commit comments