From 98a0c8ad388eb35ac976df94179730daabf712ee Mon Sep 17 00:00:00 2001 From: Scy - THEODOROS CHATZIPERIS Date: Fri, 24 Nov 2023 01:48:16 +0200 Subject: [PATCH] fix action name --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bab0a2e..a2930049 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Publish with Gradle Wrapper uses: gradle/gradle-build-action@v2.4.2 with: - arguments: publishAllPublicationsToMavenCentralRepository --full-stacktrace + arguments: publishAllPublicationsToMavenCentral --full-stacktrace env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_REF_NAME: ${{ github.ref_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23eee518..fc27a092 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: uses: gradle/gradle-build-action@v2.9.0 with: gradle-version: wrapper - arguments: build publishAllPublicationsToMavenCentralRepository --no-configuration-cache --full-stacktrace + arguments: build publishAllPublicationsToMavenCentral --no-configuration-cache --full-stacktrace env: CI: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}