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.
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.