Skip to content

Commit

Permalink
Release the sonatype staging repository (#2775)
Browse files Browse the repository at this point in the history
Replaced closeSonatypeStagingRepository by
closeAndReleaseSonatypeStagingRepository so we don't have to manually
close the stating
  • Loading branch information
gtoison committed Dec 16, 2023
1 parent 4c18500 commit b0f4b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo sonatypeUsername=eller86 >> gradle.properties
echo "sonatypePassword=${SONATYPE_PASSWORD}" >> gradle.properties
echo "keystorepass=${KEYSTORE_PASS}" >> gradle.properties
./gradlew assemble publishToSonatype closeSonatypeStagingRepository createReleaseBody --no-daemon
./gradlew assemble publishToSonatype closeAndReleaseSonatypeStagingRepository createReleaseBody --no-daemon
env:
GPG_SECRET_PASSPHRASE: ${{ secrets.GPG_SECRET_PASSPHRASE }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit b0f4b89

Please sign in to comment.