We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd3302c + 3ddd559 commit 3e3d5c0Copy full SHA for 3e3d5c0
.github/workflows/release.yml
@@ -32,11 +32,7 @@ jobs:
32
- name: Publish Library
33
run: |
34
echo "Publishing library🚀"
35
- ./gradlew publish --no-daemon --no-parallel
36
- echo "Published✅"
37
-
38
- echo "Releasing repository...🚀"
39
- ./gradlew closeAndReleaseRepository
+ ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
40
echo "Released✅"
41
env:
42
ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }}
0 commit comments