Skip to content

Commit b28dfa7

Browse files
committed
Do not declare GPG settings again in release flow
For second JDK. This makes the tear-down steps remove the GPG key twice and fail.
1 parent 03ee1a7 commit b28dfa7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jobs:
4848
distribution: 'temurin'
4949
java-version: '11'
5050
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
5651
- name: Package Stream Perf Test
5752
run: ci/package-stream-perf-test.sh
5853
env:

0 commit comments

Comments
 (0)