From f413328653ba7f2cecf21475a7fdf71cf3621150 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 18 Apr 2021 18:49:14 +0200 Subject: [PATCH] [ci] Set autoReleaseAfterClose=true in workflow --- .github/workflows/build.yml | 2 +- pom.xml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 058a6904d0..c81693983d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: shell: bash run: | echo "LANG=en_US.UTF-8" >> $GITHUB_ENV - echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3 -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV + echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3 -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/master/scripts" >> $GITHUB_ENV - name: Check Environment shell: bash diff --git a/pom.xml b/pom.xml index bbfe147f7c..d01f5c8f35 100644 --- a/pom.xml +++ b/pom.xml @@ -527,9 +527,6 @@ ossrh https://oss.sonatype.org/ - - true