Skip to content

Commit

Permalink
Attempted temporary fix for CI release failure (xerial/sbt-sonatype#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basil Mironenko committed Oct 21, 2024
1 parent fbac0f8 commit c38d88f
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 @@ -113,4 +113,4 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
run: sbt ci-release
run: sbt -Dsun.net.client.defaultReadTimeout=60000 -v ci-release

0 comments on commit c38d88f

Please sign in to comment.