diff --git a/makefile b/makefile index f3a6370..a19067a 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ publish: git tag "$$(npm pkg get version | sed 's/\"//g')" - git push origin "$$(npm pkg get version | sed 's/\"//g')" + git push origin "$$(npm pkg get version | sed 's/\"//g')" npx np --release-draft-only \ No newline at end of file