From d71e5d8008fff46e37dedf3a54df6c477fb17655 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Tue, 5 Dec 2023 21:18:03 +0100 Subject: [PATCH] Enable automatic publishing --- .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 c25919c1..233b6c56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: path: dex-tools/build/distributions/dex-tools-*.zip - name: Publish to Maven Central - run: ./gradlew -Pversion=2.4.${{ github.run_number }} publish + run: ./gradlew -Pversion=2.4.${{ github.run_number }} publish closeAndReleaseStagingRepository env: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSPHRASE }}