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 574e9a5e7..8f87a01d4 100644 --- a/.github/workflows/[M] build and test, compute coverage, release.yml +++ b/.github/workflows/[M] build and test, compute coverage, release.yml @@ -77,6 +77,7 @@ jobs: server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - name: Publish to the Maven Central repository + # This is an organization variable: see https://docs.github.com/en/actions/learn-github-actions/variables if: ${{ fromJSON(vars.MANUAL_RELEASE_ENABLED) }} run: | export GPG_TTY=$(tty)