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 0ccabba commit fbb4a9dCopy full SHA for fbb4a9d
.github/workflows/publish-release.yml
@@ -56,5 +56,5 @@ jobs:
56
export GPG_TTY=$(tty) && echo ${GPG_KEY_BASE64} | base64 --decode | gpg --fast-import --batch
57
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
58
echo "New version: ${NEW_VERSION}"
59
- ./gradlew -Pversion=${NEW_VERSION} publishToSonatype closeAndReleaseRepository -Dorg.gradle.internal.publish.checksums.insecure --info
+ ./gradlew -Pversion=${NEW_VERSION} publish closeAndReleaseRepository -Dorg.gradle.internal.publish.checksums.insecure=true --info
60
0 commit comments