Skip to content

Commit 74a1128

Browse files
Add server and GPG configuration to setup-java in release workflow (#364)
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent e38b571 commit 74a1128

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
java-version: "25"
7979
distribution: "temurin"
8080
cache: maven
81+
server-id: central
82+
server-username: MAVEN_USERNAME
83+
server-password: MAVEN_PASSWORD
84+
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
85+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
8186

8287
- name: Configure Git
8388
run: |

0 commit comments

Comments
 (0)