From 7a94c449af33e56fef81f7d202fc33761d83680a Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Sat, 23 Apr 2022 21:13:40 +0200 Subject: [PATCH] [#151] fix(ci): use 'closeAndRelease...' task from root project --- .github/workflows/release.main.kts | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 815bd8b777..2ce9d28043 100644 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -37,7 +37,7 @@ val releaseWorkflow = workflow( uses( name = "Publish to Sonatype", action = GradleBuildActionV2( - arguments = ":library:publishToSonatype :library:closeAndReleaseSonatypeStagingRepository", + arguments = ":library:publishToSonatype closeAndReleaseSonatypeStagingRepository", ) ) } diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6dfbf289fa..5c067ee8af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,4 +45,4 @@ jobs: name: Publish to Sonatype uses: gradle/gradle-build-action@v2 with: - arguments: :library:publishToSonatype :library:closeAndReleaseSonatypeStagingRepository \ No newline at end of file + arguments: :library:publishToSonatype closeAndReleaseSonatypeStagingRepository \ No newline at end of file