Skip to content

Commit

Permalink
Try to fix publishing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 10, 2024
1 parent e1a7fc8 commit 7cc08b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
jvm: temurin:17
- run: .github/scripts/gpg-setup.sh
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
- name: Release
run: ./mill -i publishSonatype --tasks __.publishArtifacts
env:
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.PUBLISH_USER }}
2 changes: 0 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ private def doPublishSonatype(
"--yes",
"--pinentry-mode",
"loopback",
"--passphrase",
pgpPassword,
"--armor",
"--use-agent"
),
Expand Down

0 comments on commit 7cc08b2

Please sign in to comment.