We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66caf1 commit 9aac7b6Copy full SHA for 9aac7b6
.circleci/config.yml
@@ -59,14 +59,8 @@ workflows:
59
name: Add sonatype setting
60
command: echo 'publicMvnPublish' > publishing.sbt
61
- run:
62
- name: Retrieve GPG Keys
63
- command: sbt retrieveGPGKeys
64
- - run:
65
- name: Create publish bundle
66
- command: sbt crossPublishSigned
67
68
- name: Release bundle to Sonatype
69
- command: sbt sonatypeBundleRelease
+ name: Publish to Sonatype
+ command: sbt "retrieveGPGKeys; crossPublishSigned; sonatypeCentralRelease"
70
requires:
71
- tag_version
72
- codacy/sbt:
0 commit comments