fix version variable reference
This commit is contained in:
parent
6e5e593840
commit
93f6bd7b3f
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ publish:
|
|||||||
test -f templates.json
|
test -f templates.json
|
||||||
|
|
||||||
read -p "Version: " version; \
|
read -p "Version: " version; \
|
||||||
npm version $(version) --message "v%s"
|
npm version $$version --message "v%s"
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user