diff --git a/release.config.js b/release.config.js index fd24c21..74c8cc5 100644 --- a/release.config.js +++ b/release.config.js @@ -22,7 +22,7 @@ const config = { successCmd: ` echo "\${nextRelease.version}" > VERSION.txt && echo "Updating CDN links to version \${nextRelease.version}" && - node replace-version.js \${nextRelease.version} . + node replace.version.js \${nextRelease.version} . ` }, ],