diff --git a/.github/workflows/publishRelease.yml b/.github/workflows/publishRelease.yml index 1c58a70a..f9848993 100644 --- a/.github/workflows/publishRelease.yml +++ b/.github/workflows/publishRelease.yml @@ -1,7 +1,8 @@ + name: Publish releases to the Maven Central Repository on: release: - types: [published, edited] + types: [published] jobs: publish: runs-on: ubuntu-latest diff --git a/gradle.properties b/gradle.properties index 341846bf..872f4713 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2" -version=1.1.2-SNAPSHOT +version=1.1.1-SNAPSHOT action.custom-1=install action.custom-1.args=--configure-on-demand -w -x check clean publishToMavenLocal action.custom-2=jacoco