Skip to content

Commit

Permalink
Refactor publish step in Publish.scala to use "+publish" instead of "…
Browse files Browse the repository at this point in the history
…+publishSigned"
  • Loading branch information
bekiroguz committed Sep 18, 2024
1 parent ca7f4ac commit ff66504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object Publish {
setReleaseVersion,
commitReleaseVersion,
tagRelease,
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommandAndRemaining("+publish"),
setNextVersion,
commitNextVersion,
releaseStepCommand("sonatypeReleaseAll"),
Expand Down

0 comments on commit ff66504

Please sign in to comment.