We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e480a6 commit 39708e1Copy full SHA for 39708e1
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
echo $GPG_FILE | base64 -d > secring.gpg
50
# Publish both locally and to Sonatype.
51
# The artifacts stored locally will be used to generate the SLSA provenance.
52
- ./gradlew publishAllPublicationsToBuildRepository publishToSonatype closeAndReleaseSonatypeStagingRepository
+ ./gradlew publishToMavenCentral --publishing-type=AUTOMATIC
53
# Read the current version from gradle.properties.
54
VERSION=$(./gradlew properties | grep 'version:' | awk '{print $2}')
55
# Read the project group from gradle.properties.
0 commit comments