Skip to content

Commit 2b45c09

Browse files
committed
test install again and skip tests
Signed-off-by: Jay DeLuca <jaydeluca4@gmail.com>
1 parent beadc0a commit 2b45c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mise/tasks/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set -euo pipefail
99
VERSION=${usage_tag#v}
1010

1111
mise run set-version "$VERSION"
12-
mvn -B package -P 'release,!default' -Dmaven.test.skip=true
12+
mvn -B install -P 'release,!default' -DskipTests -Dgpg.skip=true

0 commit comments

Comments
 (0)