Open robstoll opened 8 months ago
sbt-pgp version: 2.2.1 sbt version: 1.9.9
Global / pgpSigningKey := Some("nonExistingKey")
if the key does not exist, then the default key is used
error mentioning that the key ... does not exist
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