mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-11 22:36:53 +00:00
This fixes some issues in crypto/signify and makes release signing work. The archive signing step in ci.go used getenvBase64, which decodes the key data. This is incorrect here because crypto/signify already base64-decodes the key.