Skip to content

Commit a128065

Browse files
authored
Merge pull request #3 from tgodzik/fix-release
chore: Rename PGP password
2 parents 3fb95a5 + 748fb75 commit a128065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
- name: Release
7575
run: ./mill -i publishSonatype __.publishArtifacts
7676
env:
77-
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
77+
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
7878
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
7979
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 commit comments

Comments
 (0)