From b2c081bc8422a1acc487c773b46d41fc397e1927 Mon Sep 17 00:00:00 2001 From: Tobias Schmitz Date: Thu, 15 Feb 2024 14:53:54 +0100 Subject: [PATCH] build: ISY-342 enable auto release for maven central deployment --- .github/workflows/maven_release.yml | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/maven_release.yml b/.github/workflows/maven_release.yml index c92a6aa..3be0e17 100644 --- a/.github/workflows/maven_release.yml +++ b/.github/workflows/maven_release.yml @@ -26,7 +26,6 @@ jobs: uses: IsyFact/isyfact-standards/.github/workflows/maven_deploy_template.yml@master with: version: ${{ github.ref_name }} - secrets: MAVEN_GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} diff --git a/pom.xml b/pom.xml index abdc2d0..1a3fc81 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ ossrh https://oss.sonatype.org/ - false + true