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.
1 parent 26a84f0 commit f07e0a8Copy full SHA for f07e0a8
.github/workflows/build.yml
@@ -76,6 +76,10 @@ jobs:
76
- name: Setup gradle
77
uses: gradle/gradle-build-action@v3
78
79
+ - name: Add to signAllPublications to gradle.properties
80
+ run: |
81
+ echo "signAllPublications=true" >> gradle.properties
82
+
83
- name: Release to sonatype
84
env:
85
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }}
0 commit comments