Skip to content

Commit

Permalink
chore: publish workflow still wrong (#4255)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Apr 19, 2023
1 parent 595c1cc commit ba1b8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
CI_SONATYPE_RELEASE: "; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
PGP_SECRET: ${{ secrets.PGP_SECRET }}
PGP_PASSPHRASE: $${{ secrets.PGP_PASSPHRASE }}
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

Expand Down

0 comments on commit ba1b8bc

Please sign in to comment.