【发布时间】:2019-10-28 11:17:18
【问题描述】:
我正在使用神奇的插件sbt-ci-release,但我认为我做错了什么。我发布了whole details of all my experimentation and steps and attempt as an issue in their repo which can be find here。
简而言之,当 travis 打电话给+publishSigned 时,它正在大喊大叫
java.lang.IllegalStateException: No staging repository is found. Run publishSigned first
当我尝试手动创建暂存文件夹时,它毫无例外地成功,但没有部署任何二进制文件并删除了该文件夹。
我不确定下一步该尝试什么。
谢谢。
【问题讨论】:
标签: scala sbt sonatype sbt-release sbt-sonatype