Skip to content

Commit

Permalink
Merge pull request #21 from element-hq/misc/fix-maven-publish-flow
Browse files Browse the repository at this point in the history
Use the new publish & release task to release the Android library
  • Loading branch information
jmartinesp authored Oct 3, 2024
2 parents a7a194b + 43ad0d5 commit 10b427e
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 10b427e

Please sign in to comment.