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:11:04 UTC

(camel-k) 03/03: fix(ci): correct settings path

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

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

commit d76af78f4b0815df7f13047d17bd4bdfba253dce
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