From 31c2c301db838ac5f70aad020021b7be87ec8d90 Mon Sep 17 00:00:00 2001 From: Bruno Wieczorek Date: Sun, 4 Aug 2024 23:12:22 +0200 Subject: [PATCH] [skip ci] Change publishing to Maven local in release.yml for testing --- .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 889192a..ba93222 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: echo "VERSION=$version" >> $GITHUB_ENV - name: Publish artifacts to Sonatype - run: ./gradlew publishAllPublicationsToSonatypeRepository + run: ./gradlew publishToMavenLocal - name: Create GitHub Release uses: ncipollo/release-action@v1