From 8cf46d109c10ce28ad627e81b5b5491b6bab5b70 Mon Sep 17 00:00:00 2001 From: danjelalura <41237669+danjelalura@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:47:07 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acb86e079..b83cb83cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,4 +44,4 @@ jobs: git config user.email opensource@acrolinx.com git config user.name $GIT_USER_NAME git checkout -b $PR_BRANCH_NAME - mvn -s .m2/settings.xml -P sign -B -Dusername=$GIT_USER_NAME -Dpassword=$GITHUB_TOKEN -DpreparationGoals="clean spotless:apply verify" -DcompletionGoals="spotless:apply" release:prepare release:perform -Dgpg.signer=bc -e + mvn -s .m2/settings.xml -P sign -B -Dusername=$GIT_USER_NAME -Dpassword=$GITHUB_TOKEN -DpreparationGoals="clean spotless:apply verify" -DcompletionGoals="spotless:apply" release:prepare release:perform -e