Skip to content

Commit

Permalink
Fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 5, 2024
1 parent 322a1f4 commit 4b85337
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 @@ -72,7 +72,7 @@ jobs:
- name: Wrap GPG binary
run: .github/scripts/wrap-gpg.sh
- name: Release
run: ./mill -i publishSonatype __.publishArtifacts
run: ./mill -i ci.publishSonatype __.publishArtifacts
env:
PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
Expand Down

0 comments on commit 4b85337

Please sign in to comment.