From 3586f6b94e5382708e268d2a1602aa69cba43139 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Sun, 29 Oct 2023 07:50:42 +0100 Subject: [PATCH] Update --- .../workflows/[M] build and test, compute coverage, release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/[M] build and test, compute coverage, release.yml b/.github/workflows/[M] build and test, compute coverage, release.yml index 2d833e370..9429cc570 100644 --- a/.github/workflows/[M] build and test, compute coverage, release.yml +++ b/.github/workflows/[M] build and test, compute coverage, release.yml @@ -67,6 +67,7 @@ jobs: release: name: Release + if: ${{ fromJSON(env.MANUAL_RELEASE_ENABLED) }} # needs: [build-and-test-with-Java-8-and-later] runs-on: ubuntu-latest steps: @@ -80,7 +81,6 @@ jobs: server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - name: Publish to the Maven Central repository - if: ${{ fromJSON(env.MANUAL_RELEASE_ENABLED) }} run: | export GPG_TTY=$(tty) echo "${{ secrets.gpg_private_key }}" | gpg --batch --import