diff --git a/Makefile b/Makefile index 90c6e5f036..24f78342b4 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ publish: test -f templates.json read -p "Version: " version; \ - npm version $(version) --message "v%s" + npm version $$version --message "v%s" npm publish git push --follow-tags