Skip to content

Commit f64d44b

Browse files
ci: only warn on gpg failure
1 parent c2bc1de commit f64d44b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ ThisBuild / tlCiMimaBinaryIssueCheck := true
2222
ThisBuild / tlCiDependencyGraphJob := true
2323
ThisBuild / autoAPIMappings := true
2424

25-
ThisBuild / gpgWarnOnFailure := true
25+
ThisBuild / gpgWarnOnFailure := true
26+
ThisBuild / publish / gpgWarnOnFailure := true
2627

2728
lazy val sharedSettings = Seq(
2829
organizationName := "Funktional.io",

0 commit comments

Comments
 (0)