From 0e28bb9eac278d22c2ec39b309b96b497d413580 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 17 Oct 2024 22:24:56 +0100 Subject: [PATCH] Move comment out of block --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6497889..3b312c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,9 +38,10 @@ jobs: - name: Upload Artifacts if: contains(github.ref, '/tags/v') && matrix.spark == '3.5.0' + # In Parallel mode, more than one repository will be created in sonatype, each incomplete, + # so disable it. run: > ./gradlew publishMavenPublicationToSonatypeRepository - # In Parallel mode, more than one repository will be created in sonatype, each incomplete -Dorg.gradle.parallel=false -Pscala.version=${{ matrix.scala }} -Pspark.version=${{ matrix.spark}}