Skip to content

Commit

Permalink
ci: on release use closeAndRelease (#24)
Browse files Browse the repository at this point in the history
Previously we used `closeSonatypeStagingRepository` for debugging. We
will use the common `closeAndRelease`* instead.
  • Loading branch information
malandis authored Nov 1, 2024
1 parent 6b4bd3c commit 8c82eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
ORG_GRADLE_PROJECT_version: ${{ needs.release.outputs.version }}
uses: gradle/gradle-build-action@v2
with:
arguments: publishToSonatype closeSonatypeStagingRepository
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository

0 comments on commit 8c82eed

Please sign in to comment.