Skip to content

Commit d26872c

Browse files
committed
use release plugin
1 parent 4c45e02 commit d26872c

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
69+
mvn -B -ntp --fail-at-end -DskipStaging=true -Psign $CLJS_SCRIPT_MVN_OPTS clean deploy release
7070

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

0 commit comments

Comments
 (0)