From b40ba923a0cba42477811090e5baa47577463826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Wed, 27 Mar 2024 13:38:08 +0100 Subject: [PATCH] feature: add release github action --- .github/workflows/workflow-build-and-release-services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-build-and-release-services.yml b/.github/workflows/workflow-build-and-release-services.yml index 8847be0f3..e7957aa3f 100644 --- a/.github/workflows/workflow-build-and-release-services.yml +++ b/.github/workflows/workflow-build-and-release-services.yml @@ -55,7 +55,7 @@ jobs: ./mvnw --batch-mode clean install - name: RELEASE / Remove SNAPSHOT - if: inputs.maven-release == true + if: inputs.snapshot-release == false run: | chmod +x ./mvnw ./mvnw versions:set --batch-mode -DremoveSnapshot -DprocessAllModules