We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be5b174 + a26cdae commit b13d137Copy full SHA for b13d137
1 file changed
.github/workflows/publish-snapshot.yml
@@ -29,6 +29,7 @@ jobs:
29
env:
30
ORG_GRADLE_PROJECT_repoUsername: ${{ secrets.SONATYPE_USERNAME }}
31
ORG_GRADLE_PROJECT_repoPassword: ${{ secrets.SONATYPE_PASSWORD }}
32
+ ORG_GRADLE_PROJECT_snapshotRepoUrl: "https://central.sonatype.com/content/repositories/snapshots/"
33
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
34
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
35
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
0 commit comments