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 c8dc4f7 commit 780f9e4Copy full SHA for 780f9e4
.github/workflows/gradle-release.yml
@@ -64,6 +64,7 @@ jobs:
64
distributions-cache-enabled: false
65
dependencies-cache-enabled: false
66
configuration-cache-enabled: false
67
+ env:
68
ORG_GRADLE_PROJECT_signingKey: ${{secrets.signingKey}}
69
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.signingPassword}}
70
ORG_GRADLE_PROJECT_sonatypeUsername: ${{secrets.sonatypeUsername}}
0 commit comments