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 03ee1a7 commit b28dfa7Copy full SHA for b28dfa7
.github/workflows/release.yml
@@ -48,11 +48,6 @@ jobs:
48
distribution: 'temurin'
49
java-version: '11'
50
cache: 'maven'
51
- server-id: ${{ env.maven_server_id }}
52
- server-username: MAVEN_USERNAME
53
- server-password: MAVEN_PASSWORD
54
- gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
55
- gpg-passphrase: MAVEN_GPG_PASSPHRASE
56
- name: Package Stream Perf Test
57
run: ci/package-stream-perf-test.sh
58
env:
0 commit comments