Skip to content

Commit

Permalink
tweak ReleaseStage3 for cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivan- committed Nov 15, 2016
1 parent fb15f90 commit bc7c664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ReleaseStage3.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ object ReleaseStage3 extends App {
run(Process("git push", longevityDir))

// publish signed
run(Process("sbt publish-signed", longevityDir) #< java.lang.System.in)
run(Process(Seq("sbt", "+ publish-signed"), longevityDir) #< java.lang.System.in)

}

0 comments on commit bc7c664

Please sign in to comment.