fix publishRsync in release script (#29003)
This commit is contained in:
parent
d973f016cc
commit
8cfc23da37
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ if [ $dry_run ]; then
|
||||||
else
|
else
|
||||||
important ssh ${release_server} "cd ${release_path}/docs/akka; git add .; git commit -m 'before publishing version $version'; true"
|
important ssh ${release_server} "cd ${release_path}/docs/akka; git add .; git commit -m 'before publishing version $version'; true"
|
||||||
# using Scala 2.13 here to avoid the infamous problem with missing AskSupport in classpath
|
# using Scala 2.13 here to avoid the infamous problem with missing AskSupport in classpath
|
||||||
important sbt -Dakka.build.scalaVersion=2.13.0 $RELEASE_OPT publishRsync"
|
important sbt -Dakka.build.scalaVersion=2.13.0 $RELEASE_OPT publishRsync
|
||||||
important ssh ${release_server} "cd ${release_path}/docs/akka; git add .; git commit -m 'publish version $version'"
|
important ssh ${release_server} "cd ${release_path}/docs/akka; git add .; git commit -m 'publish version $version'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue