Skip to content

Commit 2e81eb3

Browse files
committed
Revert "use release plugin"
This reverts commit d26872c.
1 parent d26872c commit 2e81eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ mv $AOT_CACHE_FILE src/main/cljs/cljs/core.cljs.cache.aot.edn
6666

6767
# For Hudson server
6868
if [ "$HUDSON" = "true" ]; then
69-
mvn -B -ntp --fail-at-end -DskipStaging=true -Psign $CLJS_SCRIPT_MVN_OPTS clean deploy release
69+
mvn -B -ntp --fail-at-end -DskipStaging=true -Psign $CLJS_SCRIPT_MVN_OPTS clean deploy
7070

7171
echo "Creating tag $TAG"
7272
git tag -f "$TAG"

0 commit comments

Comments
 (0)