Skip to content

Commit 8520d99

Browse files
authored
Merge pull request #14 from tgodzik/fix-publish
bugfix: Fix the publish job
2 parents 1623b30 + fb5c1e7 commit 8520d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
env:
3030
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
3131
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
32-
SONATYPE_SIGNING_KEY: $${{ secrets.PGP_SECRET }}
33-
SONATYPE_SIGNING_KEY_PASSWORD: $${{ secrets.PGP_PASSPHRASE }}
32+
SONATYPE_SIGNING_KEY: ${{ secrets.PGP_SECRET }}
33+
SONATYPE_SIGNING_KEY_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)