Skip to content

Commit

Permalink
Explicitly set sonatype publishing to use the default cross Scala ver…
Browse files Browse the repository at this point in the history
…sion (#2757)
  • Loading branch information
Gedochao authored Feb 26, 2024
1 parent f3369c2 commit ac4a7b4
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 @@ -1056,7 +1056,7 @@ jobs:
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
- run: ./mill -i ci.setShouldPublish
- run: ./mill -i publishSonatype __.publishArtifacts
- run: ./mill -i publishSonatype '__[].publishArtifacts'
if: env.SHOULD_PUBLISH == 'true'
env:
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit ac4a7b4

Please sign in to comment.