Skip to content

Commit f07e0a8

Browse files
committed
CI: Add to signAllPublications to gradle.properties
1 parent 26a84f0 commit f07e0a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
- name: Setup gradle
7777
uses: gradle/gradle-build-action@v3
7878

79+
- name: Add to signAllPublications to gradle.properties
80+
run: |
81+
echo "signAllPublications=true" >> gradle.properties
82+
7983
- name: Release to sonatype
8084
env:
8185
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }}

0 commit comments

Comments
 (0)