Skip to content

Commit 43dea48

Browse files
committed
fix release
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent a6c501d commit 43dea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ TAG=$1
66
VERSION=${TAG#v}
77

88
mvn versions:set -DnewVersion=$VERSION
9-
mvn -B install -P release -DskipTests=true
9+
mvn -B package -P release -Dmaven.test.skip=true

0 commit comments

Comments
 (0)