Skip to content

Commit

Permalink
Update publishing command for mavenCentral release
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Sep 22, 2024
1 parent 504c9c7 commit 3ddd559
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ jobs:
- name: Publish Library
run: |
echo "Publishing library🚀"
./gradlew publish --no-daemon --no-parallel
echo "Published✅"
echo "Releasing repository...🚀"
./gradlew closeAndReleaseRepository
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
echo "Released✅"
env:
ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }}
Expand Down

0 comments on commit 3ddd559

Please sign in to comment.