Skip to content

Commit bc83b2b

Browse files
committed
fixing release procedure
1 parent ef35ede commit bc83b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ commands += Command.args("preRelease", "<arg>") { (state, args) =>
169169
releaseStepTask(generateDescriptor),
170170
pushChanges,
171171
),
172-
usePgpKeyHex(pgpKeyId),
172+
pgpSigningKey := Some(pgpKeyId)
173173
),
174174
state,
175175
)

0 commit comments

Comments
 (0)