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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 36a53f4f6 Fix the syntax
36a53f4f6 is described below

commit 36a53f4f6fdc31fef48729b6368a4becb90799c7
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Aug 16 00:22:47 2024 +0300

    Fix the syntax
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/java-publish-snapshot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/java-publish-snapshot.yml 
b/.github/workflows/java-publish-snapshot.yml
index 1533ae9cf..437c3a6b9 100644
--- a/.github/workflows/java-publish-snapshot.yml
+++ b/.github/workflows/java-publish-snapshot.yml
@@ -63,5 +63,5 @@ jobs:
           ASF_USERNAME: ${{ secrets.NEXUS_USER }}
           ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
         run: |
-          echo 
"<settings><servers><server><id>apache.snapshots.https</id><username>$ASF_USERNAME</username><password>$ASF_PASSWORD</password></server></servers></settings>"
 > ${runner.temp}/settings.xml
-          mvn --settings ${runner.temp}/settings.xml -U -B -e -fae -ntp 
-PskipQuality deploy
+          echo 
"<settings><servers><server><id>apache.snapshots.https</id><username>$ASF_USERNAME</username><password>$ASF_PASSWORD</password></server></servers></settings>"
 > ${{runner.temp}}/settings.xml
+          mvn --settings ${{runner.temp}}/settings.xml -U -B -e -fae -ntp 
-PskipQuality deploy

Reply via email to