Skip to content

Commit 9addad1

Browse files
author
Eric Ball
authored
Merge pull request #113 from jwagantall/fix-mvn-phases
Fix: Update MVN_PHASES to remove comma separated goals
2 parents 81ac430 + 4aef390 commit 9addad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compose-maven-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ on:
5959
MVN_PHASES:
6060
description: "Comma separated list of phases to execute"
6161
required: false
62-
default: "clean, deploy"
62+
default: "clean deploy"
6363
type: string
6464
MVN_OPTS:
6565
description: "Maven options"

0 commit comments

Comments
 (0)