sbt / sbt-ci-release

sbt plugin to automate Sonatype releases from GitHub Actions
Apache License 2.0
286 stars 76 forks source link

update secret key export doc (macos) #284

Closed pjfanning closed 1 year ago

pjfanning commented 1 year ago

I've been using these instructions for over year but recently I have found that when I export the gpg private key on my Mac that GitHub CI publish tasks fail at the base64 decode stage.

Adding -w0 when exporting the key fixes this. The Linux instructions include the -w0 already.