Skip to content

Commit

Permalink
Fix release step on CI (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Apr 21, 2021
1 parent 4f0d24b commit 1e8387b
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 @@ -155,7 +155,7 @@ jobs:
- run: ./mill publishSonatype __.publishArtifacts
shell: bash
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

Expand Down

0 comments on commit 1e8387b

Please sign in to comment.