From 6343aa4f073aeb37bf3084157602698453030f6b Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Thu, 9 Sep 2021 23:32:53 +0200 Subject: [PATCH] Release version 0.2.1 Signed-off-by: Vincenzo Palazzo --- .github/workflows/release.yml | 2 -- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce2de38..8249dae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,5 @@ name: Publish package to the Maven Central Repository on: - release: - types: [created] push: branches: - master diff --git a/gradle.properties b/gradle.properties index 0e39b0c..ac77598 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP_ID=io.github.clightning4j ARTIFACT_ID=jrpclightning -VERSION=0.2.1-SNAPSHOT +VERSION=0.2.1 MODULE_NAME='io.clightning4j.jrpclightning' #Information abaut the maven repository