From 2a1be85e6959c63bc3b1ebfd7c43473ee7651e2f Mon Sep 17 00:00:00 2001 From: shayaantx <5449086+shayaantx@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:48:16 -0500 Subject: [PATCH] Update development-branch.yml --- .github/workflows/development-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/development-branch.yml b/.github/workflows/development-branch.yml index ff6174d..00d015c 100644 --- a/.github/workflows/development-branch.yml +++ b/.github/workflows/development-branch.yml @@ -25,6 +25,7 @@ jobs: VERSION=$(cat src/main/resources/version.txt) echo "VERSION=$VERSION" >> $GITHUB_ENV echo "Building $VERSION" + - name: Build run: mvn --no-transfer-progress compile - name: Package