Skip to content

Commit 0e28bb9

Browse files
committed
Move comment out of block
1 parent 51f6a39 commit 0e28bb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838

3939
- name: Upload Artifacts
4040
if: contains(github.ref, '/tags/v') && matrix.spark == '3.5.0'
41+
# In Parallel mode, more than one repository will be created in sonatype, each incomplete,
42+
# so disable it.
4143
run: >
4244
./gradlew publishMavenPublicationToSonatypeRepository
43-
# In Parallel mode, more than one repository will be created in sonatype, each incomplete
4445
-Dorg.gradle.parallel=false
4546
-Pscala.version=${{ matrix.scala }}
4647
-Pspark.version=${{ matrix.spark}}

0 commit comments

Comments
 (0)