fix: maven action did not set profile in verify mode
This commit is contained in:
parent
9149415575
commit
a49611f288
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ runs:
|
|||
run: |
|
||||
mvn --batch-mode $VERIFY_GOALS \
|
||||
-s /tmp/maven-settings.xml \
|
||||
-P "$MAVEN_PROFILE" \
|
||||
$EXTRA_ARGS
|
||||
|
||||
- name: Deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue