## steps <!-- First and foremost, the we need exact steps to reproduce your problems on our computer. --> 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
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