Skip to content

Commit 848750c

Browse files
authored
Merge pull request #68 from codacy/fix-publishing
fix: Fix publish
2 parents 7af2617 + ee484ee commit 848750c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ workflows:
2929
- codacy/sbt:
3030
name: publish
3131
cmd: |
32-
sbt "clean;retrieveGPGKeys"
33-
sbt "+publishSigned;sonatypeRelease"
32+
sbt "clean;retrieveGPGKeys;+publishSigned;sonatypeBundleRelease"
3433
context: CodacyAWS
3534
requires:
3635
- test

0 commit comments

Comments
 (0)