Skip to content

Commit ee484ee

Browse files
committed
fix: Fix publish
1 parent ea77f48 commit ee484ee

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)