Skip to content

Commit

Permalink
Update publishing task.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Feb 23, 2024
1 parent fc7581b commit d31c054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
with:
gradle-home-cache-cleanup: true
- name: Publish snapshot
run: ./gradlew publishAllPublicationsToMavenCentral
run: ./gradlew publishToMavenCentral
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
2. Update the `CHANGELOG.md` for the impending release.
3. Update the `README.md` with the new version.
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version).
5. `./gradlew publishAllPublicationsToMavenCentral`
5. `./gradlew publishAndReleaseToMavenCentral`
6. Visit [Sonatype Nexus](https://s01.oss.sonatype.org/) to verify the release has been completed.
7. `git tag -a X.Y.X -m "X.Y.Z"` (where X.Y.Z is the new version)
8. Update the top-level `gradle.properties` to the next SNAPSHOT version.
Expand Down

0 comments on commit d31c054

Please sign in to comment.