Skip to content

Commit

Permalink
Move comment out of block
Browse files Browse the repository at this point in the history
  • Loading branch information
vprus committed Oct 17, 2024
1 parent 51f6a39 commit 0e28bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 0e28bb9

Please sign in to comment.