From 119fb9b9a3bbf3d3c9469c815de180e6e3cfcfa5 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Tue, 4 May 2021 13:43:06 +0200 Subject: [PATCH] Add a gh action for deploying the camel-kamelets catalog and library --- .github/workflows/asf-snapshots-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml index bf1eb7a29..ff9c5ba3b 100644 --- a/.github/workflows/asf-snapshots-deploy.yml +++ b/.github/workflows/asf-snapshots-deploy.yml @@ -60,7 +60,7 @@ jobs: - name: Deploy to ASF Snapshots Repository run: | ./mvnw ${MAVEN_ARGS} \ - -U -B -e -fae -Dnoassembly -Dmaven.compiler.fork=true -Pdeploy \ + -U -B -e -fae -Dnoassembly -Dmaven.compiler.fork=true deploy \ --settings .github/asf-deploy-settings.xml \ clean deploy