Skip to content

Commit fbb4a9d

Browse files
committed
ci: try publish command and add =true to insecure checksum flag
1 parent 0ccabba commit fbb4a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
export GPG_TTY=$(tty) && echo ${GPG_KEY_BASE64} | base64 --decode | gpg --fast-import --batch
5757
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
5858
echo "New version: ${NEW_VERSION}"
59-
./gradlew -Pversion=${NEW_VERSION} publishToSonatype closeAndReleaseRepository -Dorg.gradle.internal.publish.checksums.insecure --info
59+
./gradlew -Pversion=${NEW_VERSION} publish closeAndReleaseRepository -Dorg.gradle.internal.publish.checksums.insecure=true --info
6060

0 commit comments

Comments
 (0)