Skip to content

Commit

Permalink
Merge pull request #74 from Gedochao/maintenance/fix-publishing
Browse files Browse the repository at this point in the history
Fix publishing on the CI
  • Loading branch information
tgodzik authored Dec 9, 2024
2 parents 086f2d6 + 5e30f2d commit e1a7fc8
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 @@ -53,7 +53,7 @@ jobs:
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
- name: Release
run: ./mill -i publishSonatype __.publishArtifacts
run: ./mill -i publishSonatype --tasks __.publishArtifacts
env:
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit e1a7fc8

Please sign in to comment.