Skip to content

Commit 4e0a8b5

Browse files
fix: sbt sonatype publishing configuration
1 parent d0706f9 commit 4e0a8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metrics-scala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"test": "sbt \"compile; metrics/test; circe/test; docs/mdoc --check\"",
25-
"publish": "sbt \"sonatypeBundleClean; publishSigned; sonatypeBundleRelease;\"",
25+
"publish": "sbt \"publishSigned; sonaRelease;\"",
2626
"get-version": "echo $npm_package_version",
2727
"stryker": "sbt 'project metrics; stryker'"
2828
},

0 commit comments

Comments
 (0)