Skip to content

Commit

Permalink
fix: 🐛 Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Jun 2, 2024
1 parent e34cf67 commit a5b242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} .
`
},
],
Expand Down

0 comments on commit a5b242b

Please sign in to comment.