Skip to content

Commit

Permalink
Trying to fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Aug 6, 2024
1 parent f17bb0d commit 1cf0a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: ./gradlew build
- run: echo "Build status report=${{ job.status }}."
- name: Deploy to Sonatype / Maven Central
run: ./gradlew -PcentralPortalToken='${{ secrets.CENTRAL_PORTAL_TOKEN }}' -PcentralPortalPassword='${{ secrets.CENTRAL_PORTAL_PASSWORD }}' -PsigningKeyId='${{ secrets.SIGNING_KEY_ID }}' -PsigningKeyPassword='${{ secrets.SIGNING_KEY_PASSWORD }}' -PsigningKey='${{ secrets.SIGNING_KEY }}' publishAllPublicationsToCentralPortal
run: ./gradlew -PcentralPortalToken='${{ secrets.CENTRAL_PORTAL_TOKEN }}' -PcentralPortalPassword='${{ secrets.CENTRAL_PORTAL_PASSWORD }}' -Psigning.inMemoryKeyId='${{ secrets.SIGNING_KEY_ID }}' -Psigning.inMemoryKeyPassword='${{ secrets.SIGNING_KEY_PASSWORD }}' -Psigning.inMemoryKey='${{ secrets.SIGNING_KEY_IN_MEMORY }}' publishAllPublicationsToCentralPortal
2 changes: 2 additions & 0 deletions icmp-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ mavenPublishing {
developerConnection = "scm:git:ssh://[email protected]/compscidr/icmp-android.git"
}
}

signAllPublications()
}

0 comments on commit 1cf0a80

Please sign in to comment.