Skip to content

Commit

Permalink
ci: close and release staging repository on release (#15)
Browse files Browse the repository at this point in the history
Previously we did not release on publish to test the first
release. Now that we have verified the release process once, we can
immediately release.
  • Loading branch information
malandis authored Sep 6, 2024
1 parent 17b0468 commit e5d346d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-push-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ jobs:
ORG_GRADLE_PROJECT_version: ${{ needs.release.outputs.version }}
uses: gradle/gradle-build-action@v2
with:
# Note that this will require manual release from Sonatype
arguments: publishToSonatype closeSonatypeStagingRepository
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository

0 comments on commit e5d346d

Please sign in to comment.