File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,8 @@ workflows:
5959 name : Add sonatype setting
6060 command : echo 'publicMvnPublish' > publishing.sbt
6161 - run :
62- name : Retrieve GPG Keys
63- command : sbt retrieveGPGKeys
64- - run :
65- name : Create publish bundle
66- command : sbt crossPublishSigned
67- - run :
68- name : Release bundle to Sonatype
69- command : sbt sonatypeBundleRelease
62+ name : Publish to Sonatype
63+ command : sbt "retrieveGPGKeys; crossPublishSigned; sonatypeCentralRelease"
7064 requires :
7165 - tag_version
7266 - codacy/sbt :
Original file line number Diff line number Diff line change 1- sbt.version =1.8.2
1+ sbt.version =1.9.9
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.2.0" )
22
3- addSbtPlugin(" com.codacy" % " codacy-sbt-plugin" % " 25.0.0 " )
3+ addSbtPlugin(" com.codacy" % " codacy-sbt-plugin" % " 25.2.4 " )
44
55addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
66
You can’t perform that action at this time.
0 commit comments