Skip to content

Commit

Permalink
Use the new publishAndReleaseToMavenCentral task to release the And…
Browse files Browse the repository at this point in the history
…roid library
  • Loading branch information
jmartinesp committed Oct 3, 2024
1 parent 29b8b76 commit 43ad0d5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,7 @@ jobs:
uses: gradle/gradle-build-action@v3
with:
build-root-directory: platforms/android
arguments: publishAllPublicationsToMavenCentral
- name: 🚀 Close staging repo and release version
uses: gradle/gradle-build-action@v3
with:
build-root-directory: platforms/android
arguments: closeAndReleaseRepository
arguments: publishAndReleaseToMavenCentral

npm:
name: Publish to npm
Expand Down

0 comments on commit 43ad0d5

Please sign in to comment.