From 765a4eda67438f5a73c1021e703537a3fba8bbcf Mon Sep 17 00:00:00 2001 From: Chirag Jayswal Date: Sun, 18 Feb 2024 14:50:40 -0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 90602210..07e1b55c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -52,7 +52,7 @@ jobs: --no-transfer-progress \ --batch-mode \ -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \ - clean verify deploy --file pom.xml + clean verify deploy # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive