Skip to content

Commit

Permalink
Try signing upload workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
vprus committed Oct 17, 2024
1 parent ea04480 commit f3ceb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload Artifacts
if: contains(github.ref, '/tags/v') && matrix.spark == '3.5.0'
run: |
./gradlew publishMavenPublicationToSonatypeRepository \
./gradlew --no-configuration-cache publishMavenPublicationToSonatypeRepository \
-Pscala.version=${{ matrix.scala }} \
-Pspark.version=${{ matrix.spark}} \
-Ppublication.repository.maven.name=Sonatype \
Expand Down

0 comments on commit f3ceb29

Please sign in to comment.