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

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

commit f3d1badcc5cdcdad612f8cd66b7578b0f09f1477
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Apr 28 14:42:19 2021 +0200

    Reflect new Maven Wrapper position in gh action
---
 .github/workflows/main-push-regen.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main-push-regen.yaml 
b/.github/workflows/main-push-regen.yaml
index 9f955f3..7fc765c 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -42,7 +42,8 @@ jobs:
           key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
           restore-keys: ${{ runner.os }}-m2
       - name: Build catalog
-        run: ./mvnw clean install -f camel-kamelets-catalog/pom.xml
+        working-directory: ./camel-kamelets-catalog
+        run: ./mvnw clean install 
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v3
         with:

Reply via email to