Skip to content

Commit 89230fc

Browse files
committed
Fixed missing deploy in first build.
1 parent 4bcc486 commit 89230fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
ps auxwww | grep Xvfb
105105
export DISPLAY=:99
106106
echo DISPLAY $DISPLAY
107-
mvn clean verify -fae -P${{ matrix.profile }} "-Dtycho=${{ matrix.tycho }}" -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false
107+
mvn clean deploy -fae -P${{ matrix.profile }} "-Dtycho=${{ matrix.tycho }}" -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false
108108
109109
- name: Build Maven repository
110110
env:

0 commit comments

Comments
 (0)