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 fd7db9c commit 158a615Copy full SHA for 158a615
1 file changed
.github/workflows/release-maven.yml
@@ -21,8 +21,6 @@ jobs:
21
env:
22
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
23
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
24
- ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.PGP_SECRET }}
25
- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.PGP_PASSPHRASE }}
26
- name: Publish release ${{ github.ref }}
27
if: ${{ startsWith(github.ref, 'refs/tags/') }}
28
run: |
0 commit comments