Skip to content

Commit 9aac7b6

Browse files
committed
[PLUTO-1438] Update sontype release
1 parent f66caf1 commit 9aac7b6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)