sbt-pgp icon indicating copy to clipboard operation
sbt-pgp copied to clipboard

fail if the specified key does not exist

Open robstoll opened this issue 11 months ago • 0 comments

steps

sbt-pgp version: 2.2.1 sbt version: 1.9.9

Global / pgpSigningKey := Some("nonExistingKey")

problem

if the key does not exist, then the default key is used

expectation

error mentioning that the key ... does not exist

notes

robstoll avatar Mar 08 '24 09:03 robstoll