This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 88ce392cde INFRA-23225 Fix Maven deploy goal.
88ce392cde is described below

commit 88ce392cdec4c5aaff64165b0696acaa1eb20274
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri May 6 22:08:07 2022 +0200

    INFRA-23225 Fix Maven deploy goal.
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 55ac950c60..6fac22a457 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -145,7 +145,7 @@ jobs:
             -DskipTests=true \
             -DdeployAtEnd=true \
             --settings .github/workflows/maven-settings.xml \
-            deploy:deploy
+            deploy
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}

Reply via email to