From db4c1fd4d4a98b42d8b06a6779457e03f26bbb68 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Fri, 9 Feb 2024 08:04:16 +0100 Subject: [PATCH] Fix CI --- .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 abe17a8e..b11a0e76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: path: dex-tools/build/distributions/dex-tools-*.zip - name: Publish to Maven Central - run: ./gradlew -Pversion=2.4.${{ github.run_number }} publish closeAndReleaseStagingRepository + run: ./gradlew -Pversion=2.4.${{ github.run_number }} publish closeAndReleaseStagingRepositories env: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSPHRASE }}