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