From 70aaa745e5cc9b8ff6a8363ab895258762b53682 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Fri, 13 Aug 2021 09:50:29 -0400 Subject: [PATCH] Correct release steps for this repository --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index e5b9f0f5b..30d118066 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -19,7 +19,7 @@ ``` 5. Manually release and upload artifacts - 1. Run `./gradlew -p mosaic clean publish` + 1. Run `./gradlew clean publish` 2. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact. 3. If either fails, drop the Sonatype repo, fix the problem, commit, and restart this section.