From baad79c6b46278ef5680e0b8555b21c5bacbe145 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Mon, 11 Nov 2024 14:33:38 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 512f3c9..ac31f64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Deploy SNAPSHOT / Release uses: camunda-community-hub/community-action-maven-release@v1 with: - maven-additional-options: -P!autoFormat + maven-additional-options: -P!autoFormat -Pbuild-image release-version: ${{ github.event.release.tag_name }} nexus-usr: ${{ secrets.NEXUS_USR }} nexus-psw: ${{ secrets.NEXUS_PSW }}