You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/10 13:35:06 UTC

[camel-kafka-connector] branch master updated: GH actions: Fixed deploy action

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new b4771f6  GH actions: Fixed deploy action
b4771f6 is described below

commit b4771f62e7ecfd0d5f2d1440afc25c0544f3c695
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Oct 10 15:34:51 2020 +0200

    GH actions: Fixed deploy action
---
 .github/workflows/asf-snapshots-deploy.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml
index 9eefb8f..c301e21 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -57,7 +57,8 @@ jobs:
       with:
         version: '11'
     - name: Deploy to ASF Snapshots Repository
-      run: ./mvnw ${MAVEN_ARGS} \
+      run: |
+        ./mvnw ${MAVEN_ARGS} \
         -U -B -e -fae -Dnoassembly -Dmaven.compiler.fork=true -Pdeploy -Dmaven.test.skip.exec=true \
         --settings .github/asf-deploy-settings.xml \
         clean deploy