Skip to content

Commit

Permalink
[#151] fix(ci): use 'closeAndRelease...' task from root project
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Apr 23, 2022
1 parent 1d544b4 commit 7a94c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ val releaseWorkflow = workflow(
uses(
name = "Publish to Sonatype",
action = GradleBuildActionV2(
arguments = ":library:publishToSonatype :library:closeAndReleaseSonatypeStagingRepository",
arguments = ":library:publishToSonatype closeAndReleaseSonatypeStagingRepository",
)
)
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
name: Publish to Sonatype
uses: gradle/gradle-build-action@v2
with:
arguments: :library:publishToSonatype :library:closeAndReleaseSonatypeStagingRepository
arguments: :library:publishToSonatype closeAndReleaseSonatypeStagingRepository

0 comments on commit 7a94c44

Please sign in to comment.