Skip to content

Commit

Permalink
Merge pull request #3 from tgodzik/fix-release
Browse files Browse the repository at this point in the history
chore: Rename PGP password
  • Loading branch information
tgodzik authored Jul 3, 2024
2 parents 3fb95a5 + 748fb75 commit a128065
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 @@ -74,6 +74,6 @@ jobs:
- name: Release
run: ./mill -i publishSonatype __.publishArtifacts
env:
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 comments on commit a128065

Please sign in to comment.