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 0157fff commit 08d5976Copy full SHA for 08d5976
.github/workflows/ci-release.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: gradle/gradle-build-action@v2
35
with:
36
gradle-version: 7.4
37
- arguments: assemble publish -Psigning.keyId=${{secrets.SIGNING_KEY_ID}} -Psigning.password=${{secrets.SIGNING_PASSWORD}} -Psigning.secretKeyRingFile=/tmp/secring.gpg) -PossrhUsername=${{secrets.SONATYPE_NEXUS_USERNAME}}
+ arguments: assemble publish -Psigning.keyId=${{secrets.SIGNING_KEY_ID}} -Psigning.password=${{secrets.SIGNING_PASSWORD}} -Psigning.secretKeyRingFile=/tmp/secring.gpg -PossrhUsername=${{secrets.SONATYPE_NEXUS_USERNAME}}
38
-PossrhPassword=${{secrets.SONATYPE_NEXUS_PASSWORD}} --stacktrace
39
40
- name: Create Release in Github
0 commit comments