From 83fbff2f1f8ee90924765bf58d9cd12f76666ea0 Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Fri, 2 Jun 2023 10:09:52 -0700 Subject: [PATCH] cicd: Added publish to maven central --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 632a9f82b..3bbccbd0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: GRGIT_USER: jruaux GRGIT_PASS: ${{ secrets.GIT_ACCESS_TOKEN }} run: | - ./gradlew -Prelease=true -PreproducibleBuild=true gitPublishPush -S + ./gradlew -Prelease=true -PreproducibleBuild=true publish gitPublishPush -S - name: Upload deploy artifacts uses: actions/upload-artifact@v3