Skip to content

Commit

Permalink
Merge pull request #593 from ReactiveX/jw/things/2022-11-08
Browse files Browse the repository at this point in the history
Release build needs to close and release its Sonatype repo
  • Loading branch information
JakeWharton committed Nov 9, 2022
2 parents 628a98d + 9d75f28 commit 83e273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'zulu'
java-version: 8

- run: ./gradlew publish
- run: ./gradlew publish closeAndReleaseRepository
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 83e273a

Please sign in to comment.