Skip to content

Commit 3e3d5c0

Browse files
committed
Merge branch 'refs/heads/v3.0.0'
2 parents dd3302c + 3ddd559 commit 3e3d5c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ jobs:
3232
- name: Publish Library
3333
run: |
3434
echo "Publishing library🚀"
35-
./gradlew publish --no-daemon --no-parallel
36-
echo "Published✅"
37-
38-
echo "Releasing repository...🚀"
39-
./gradlew closeAndReleaseRepository
35+
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
4036
echo "Released✅"
4137
env:
4238
ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }}

0 commit comments

Comments
 (0)