From 160db187edd3066ab5cfeb2b731515a561133d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20J=C4=99drzejczyk?= Date: Tue, 9 Apr 2024 09:38:52 +0200 Subject: [PATCH] [release] Re-release 3.4.37 skipping artifactory --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6270b08af5..d1567e7f09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -100,7 +100,8 @@ jobs: ORG_GRADLE_PROJECT_sonatypeUsername: ${{secrets.SONATYPE_USERNAME}} ORG_GRADLE_PROJECT_sonatypePassword: ${{secrets.SONATYPE_PASSWORD}} run: | - ./gradlew assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository + #./gradlew assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository + ./gradlew assemble sign publishMavenJavaPublicationToSonatypeRepository tagMilestone: name: Tag milestone @@ -133,4 +134,4 @@ jobs: git push --tags # For Gradle configuration of signing, see https://docs.gradle.org/current/userguide/signing_plugin.html#sec:in-memory-keys -# publishMavenJavaPublicationToSonatypeRepository only sends to a staging repository \ No newline at end of file +# publishMavenJavaPublicationToSonatypeRepository only sends to a staging repository