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
tgodzik authored Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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 }}

0 comments on commit e1a7fc8

Please sign in to comment.