diff --git a/bb.edn b/bb.edn index 9a89e71..28cd285 100644 --- a/bb.edn +++ b/bb.edn @@ -51,7 +51,7 @@ npm-publish {:doc "Updates Github pages with new release build." :task (do (run 'dist) - (run 'bump-version) + #_(run 'bump-version) (shell "npm publish"))} gh-pages {:doc "Updates Github pages with new release build."