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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new bf628abd Need a line terminator!
bf628abd is described below

commit bf628abdeb70d9c7d35d0bf69fb2269ccea78b8f
Author: Sebb <s...@apache.org>
AuthorDate: Thu Dec 21 15:25:25 2023 +0000

    Need a line terminator!
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a2e1fd0e..d32619a0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -84,6 +84,6 @@ jobs:
         NEXUS_USER: ${{ secrets.NEXUS_USER }}
         NEXUS_PW: ${{ secrets.NEXUS_PW }}
       run: >
-        echo "Deploy SNAPSHOT" >> $GITHUB_STEP_SUMMARY
+        echo "Deploy SNAPSHOT" >> $GITHUB_STEP_SUMMARY;
         mvn --show-version --batch-mode --no-transfer-progress deploy 
-Dgpg.skip 
         -DskipTests -Drat.skip -Djacoco.skip -Dcyclonedx.skip -Dspotbugs.skip 
-Dspdx.skip -Dpmd.skip

Reply via email to