Skip to content

Commit 63eecac

Browse files
committed
Fix deployment config
1 parent 3116f42 commit 63eecac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
java-version: '8'
4545
distribution: 'adopt'
4646
cache: 'maven'
47+
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
4748
server-username: MAVEN_USERNAME # env variable for username in deploy
4849
server-password: MAVEN_PASSWORD # env variable for token in deploy
4950
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import

0 commit comments

Comments
 (0)