Skip to content

Commit eacf52f

Browse files
committed
Fixed #255 - workin on: Update Spring-Boot to 2.3.0
1 parent 662a5c3 commit eacf52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function run() {
5454
}
5555

5656
function release() {
57-
./mvnw -B -DskipTests release:prepare release:perform release:clean --file pom.xml
57+
./mvnw -B -DskipTests release:prepare && ./mvnw -B -DskipTests release:perform && ./mvnw -B -DskipTests release:clean
5858
}
5959

6060
function main() {

0 commit comments

Comments
 (0)