Skip to content

Commit 158a615

Browse files
authored
Skip signing Maven snapshots (#927)
1 parent fd7db9c commit 158a615

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release-maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
env:
2222
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
2323
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
24-
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.PGP_SECRET }}
25-
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.PGP_PASSPHRASE }}
2624
- name: Publish release ${{ github.ref }}
2725
if: ${{ startsWith(github.ref, 'refs/tags/') }}
2826
run: |

0 commit comments

Comments
 (0)