Skip to content

Commit

Permalink
Correct release steps for this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 13, 2021
1 parent f38e2dc commit 70aaa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 70aaa74

Please sign in to comment.