You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/01/09 11:08:10 UTC

(camel-k) branch main updated: fix(ci): correct settings path

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 888fa3953 fix(ci): correct settings path
888fa3953 is described below

commit 888fa39531d586a5699212851bcee75abbe5bb05
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Jan 9 12:08:05 2024 +0100

    fix(ci): correct settings path
---
 .github/actions/release-nightly/action.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/release-nightly/action.yml b/.github/actions/release-nightly/action.yml
index ca9748fbf..c549b1df3 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -136,9 +136,9 @@ runs:
       working-directory: java/crds
       shell: bash
       run: |
-        mvn clean deploy --settings ../.github/asf-deploy-settings.xml -q
+        mvn clean deploy --settings ../../.github/asf-deploy-settings.xml -q
     - name: Deploy Camel-K-maven-logging to ASF Snapshots Repository
       working-directory: java/maven-logging
       shell: bash
       run: |
-        mvn clean deploy --settings ../.github/asf-deploy-settings.xml -q
\ No newline at end of file
+        mvn clean deploy --settings ../../.github/asf-deploy-settings.xml -q