From 2a4e80fe60d2c92c94d9d7dc3cde03f4adb501be Mon Sep 17 00:00:00 2001 From: IchthysMaranatha <94102122+IchthysMaranatha@users.noreply.github.com> Date: Wed, 21 Dec 2022 09:40:32 +0530 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 4a17800..c20de1e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: distribution: 'temurin' cache: maven - name: maven build - run: mvn -B -pl :googlesheets -am package + run: mvn -B package - name: make artifact dir run: mkdir artifacts - name: add artifacts to publish