Skip to content

Commit 9fdb305

Browse files
authored
Update release process in README.md
1 parent 2edef3d commit 9fdb305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ For example:
248248
releaseProcess := Seq[ReleaseStep](
249249
releaseStepInputTask(testOnly, " com.example.MyTest"),
250250
releaseStepInputTask(scripted),
251-
releaseStepTask(publish in subproject),
252-
releaseStepCommand("sonatypeRelease")
251+
releaseStepTask(subproject / publishSigned),
252+
releaseStepCommand("sonaRelease")
253253
)
254254
```
255255

0 commit comments

Comments
 (0)