We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26872c commit 2e81eb3Copy full SHA for 2e81eb3
script/build
@@ -66,7 +66,7 @@ mv $AOT_CACHE_FILE src/main/cljs/cljs/core.cljs.cache.aot.edn
66
67
# For Hudson server
68
if [ "$HUDSON" = "true" ]; then
69
- mvn -B -ntp --fail-at-end -DskipStaging=true -Psign $CLJS_SCRIPT_MVN_OPTS clean deploy release
+ mvn -B -ntp --fail-at-end -DskipStaging=true -Psign $CLJS_SCRIPT_MVN_OPTS clean deploy
70
71
echo "Creating tag $TAG"
72
git tag -f "$TAG"
0 commit comments