From c537814e580033d6c06d0c5252c4c37bb9ca6623 Mon Sep 17 00:00:00 2001 From: nicolaferraro Date: Fri, 30 Apr 2021 15:43:03 +0200 Subject: [PATCH] chore: fix maven path --- .github/workflows/main-push-regen.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main-push-regen.yaml b/.github/workflows/main-push-regen.yaml index 0c937717b..517b7df7d 100644 --- a/.github/workflows/main-push-regen.yaml +++ b/.github/workflows/main-push-regen.yaml @@ -44,7 +44,6 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Build catalog - working-directory: ./camel-kamelets-catalog run: ./mvnw clean install - name: Create Pull Request uses: peter-evans/create-pull-request@v3